Free Electron
assertNative.h
Go to the documentation of this file.
1 /* Copyright (C) 2003-2021 Free Electron Organization
2  Any use of this software requires a license. If a valid license
3  was not distributed with this file, visit freeelectron.org. */
4 
5 /** @file */
6 
7 #ifndef __native_assertNative_h__
8 #define __native_assertNative_h__
9 
10 namespace fe
11 {
12 namespace ext
13 {
14 
15 class TypeNative: public Component, public Initialize<TypeNative>
16 {
17  public:
18  TypeNative(void) {}
19 virtual ~TypeNative(void);
20  void initialize(void);
21 
22  private:
23  sp<BaseType> m_spT;
24 };
25 
26 class FE_DL_EXPORT InfoWindowHandlePtr:
27  public TypeInfoInitialized<FE_WINDOW_HANDLE*>
28 {
29 };
30 
31 } /* namespace ext */
32 } /* namespace fe */
33 
34 #endif /* __native_assertNative_h__ */
kernel
Definition: namespace.dox:3