6 #ifndef CMR_TYPE_INCLUDED
7 #define CMR_TYPE_INCLUDED
19 template<
class T>
class DefaultListAllocator;
20 template<
class T>
class CmrListAllocator;
21 template<
class T>
class CmrScalarListAllocator;
22 template<
class T,
class A = DefaultListAllocator<T> >
class List;
23 template<
class T,
class A = DefaultListAllocator<T> >
class Array;
39 typedef long long Long;
64 typedef unsigned char Byte;
71 typedef unsigned long long ULong;
73 typedef unsigned __int64
ULong;
75 typedef unsigned long long ULong;
197 const unsigned int npos = 0xFFFFFFFF;
Array< AString, CmrListAllocator< AString > > ArrayAString
Definition: Type.h:78
List< Double, CmrScalarListAllocator< Double > > ListDouble
Definition: Type.h:53
Definition: Directory.h:58
Array< UInt, CmrScalarListAllocator< UInt > > ArrayUInt
Definition: Type.h:87
List< Blob, CmrListAllocator< Blob > > ListBlob
Definition: Type.h:56
Array< TimePeriod, CmrListAllocator< TimePeriod > > ArrayTimePeriod
Definition: Type.h:97
bool Bool
Definition: Type.h:35
List< Directory, CmrListAllocator< Directory > > ListDirectory
Definition: Type.h:126
Array< TimeDate, CmrListAllocator< TimeDate > > ArrayTimeDate
Definition: Type.h:98
Array< Float, CmrScalarListAllocator< Float > > ArrayFloat
Definition: Type.h:92
Array< ULong, CmrScalarListAllocator< ULong > > ArrayULong
Definition: Type.h:91
List< ArrayInt, CmrListAllocator< ArrayInt > > ListArrayInt
Definition: Type.h:108
List< String, CmrListAllocator< String > > ListString
Definition: Type.h:48
double Double
Definition: Type.h:46
List< ArrayLong, CmrListAllocator< ArrayLong > > ListArrayLong
Definition: Type.h:109
Array< Double, CmrScalarListAllocator< Double > > ArrayDouble
Definition: Type.h:93
char AChar
Definition: Type.h:65
List< ULong, CmrScalarListAllocator< ULong > > ListULong
Definition: Type.h:83
Array< UShort, CmrScalarListAllocator< UShort > > ArrayUShort
Definition: Type.h:89
List< Float, CmrScalarListAllocator< Float > > ListFloat
Definition: Type.h:52
List< TimeDate, CmrListAllocator< TimeDate > > ListTimeDate
Definition: Type.h:55
List< Short, CmrScalarListAllocator< Short > > ListShort
Definition: Type.h:81
List< AString, CmrListAllocator< AString > > ListAString
Definition: Type.h:47
List< ArrayDouble, CmrListAllocator< ArrayDouble > > ListArrayDouble
Definition: Type.h:111
Array< Long, CmrScalarListAllocator< Long > > ArrayLong
Definition: Type.h:90
List< Bool, CmrScalarListAllocator< Bool > > ListBool
Definition: Type.h:50
unsigned int UInt
Definition: Type.h:67
List< UShort, CmrScalarListAllocator< UShort > > ListUShort
Definition: Type.h:82
List< Symbol, CmrListAllocator< Symbol > > ListSymbol
Definition: Type.h:58
List< UInt, CmrScalarListAllocator< UInt > > ListUInt
Definition: Type.h:80
Definition: CommBuffer.h:28
int Int
Definition: Type.h:37
const unsigned int npos
Definition: Type.h:197
List< StringBuffer, CmrListAllocator< StringBuffer > > ListStringBuffer
Definition: Type.h:95
unsigned short UShort
Definition: Type.h:69
unsigned long long ULong
Definition: Type.h:75
Array< Bool, CmrScalarListAllocator< Bool > > ArrayBool
Definition: Type.h:86
List< Int, CmrScalarListAllocator< Int > > ListInt
Definition: Type.h:49
Array< Tuple, CmrListAllocator< Tuple > > ArrayTuple
Definition: Type.h:100
List< Path, CmrListAllocator< Path > > ListPath
Definition: Type.h:124
short Short
Definition: Type.h:68
unsigned char Byte
Definition: Type.h:64
Array< Blob, CmrListAllocator< Blob > > ArrayBlob
Definition: Type.h:99
float Float
Definition: Type.h:45
Array< Symbol, CmrListAllocator< Symbol > > ArraySymbol
Definition: Type.h:101
List< Tuple, CmrListAllocator< Tuple > > ListTuple
Definition: Type.h:57
Definition: IOBStream.h:166
Array< Short, CmrScalarListAllocator< Short > > ArrayShort
Definition: Type.h:88
long long Long
Definition: Type.h:43
List< ArrayFloat, CmrListAllocator< ArrayFloat > > ListArrayFloat
Definition: Type.h:110
Array< Int, CmrScalarListAllocator< Int > > ArrayInt
Definition: Type.h:85
List< Long, CmrScalarListAllocator< Long > > ListLong
Definition: Type.h:51
Definition: IOBStream.h:29
Array< StringBuffer, CmrListAllocator< StringBuffer > > ArrayStringBuffer
Definition: Type.h:96
void * Pointer
Definition: Type.h:77
List< TimePeriod, CmrListAllocator< TimePeriod > > ListTimePeriod
Definition: Type.h:54
wchar_t Char
Definition: Type.h:66
Types
Definition: Type.h:131
Array< String, CmrListAllocator< String > > ArrayString
Definition: Type.h:79