Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cArrayIUnk.h
Go to the documentation of this file.
1 //
4 //
5 
6 #ifndef _INC_cArrayIUnk_H
7 #define _INC_cArrayIUnk_H
8 #ifndef NO_PRAGMA_ONCE
9 #pragma once
10 #endif
11 
12 #include "cArray.h"
13 #include "cIUnkPtr.h"
14 
15 namespace Gray
16 {
17  template<class TYPE>
18  class cArrayIUnk : public cArrayFacade < cIUnkPtr<TYPE>, TYPE* >
19  {
24  };
25 }
26 #endif // _INC_cArrayIUnk_H
Definition: cArray.h:804
Definition: cArrayIUnk.h:19
< The main namespace for all Core functions.
Definition: GrayCore.cpp:14