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