commore
1.0.6-SNAPSHOT
|
#include <stddef.h>
Go to the source code of this file.
Classes | |
class | commore::DefaultListAllocator< T > |
class | commore::CmrListAllocator< T > |
class | commore::CmrScalarListAllocator< T > |
class | commore::List< T, A > |
class | commore::Array< T, A > |
Namespaces | |
commore | |
Typedefs | |
typedef bool | commore::Bool |
typedef int | commore::Int |
typedef long long | commore::Long |
typedef float | commore::Float |
typedef double | commore::Double |
typedef List< AString, CmrListAllocator< AString > > | commore::ListAString |
typedef List< String, CmrListAllocator< String > > | commore::ListString |
typedef List< Int, CmrScalarListAllocator< Int > > | commore::ListInt |
typedef List< Bool, CmrScalarListAllocator< Bool > > | commore::ListBool |
typedef List< Long, CmrScalarListAllocator< Long > > | commore::ListLong |
typedef List< Float, CmrScalarListAllocator< Float > > | commore::ListFloat |
typedef List< Double, CmrScalarListAllocator< Double > > | commore::ListDouble |
typedef List< TimePeriod, CmrListAllocator< TimePeriod > > | commore::ListTimePeriod |
typedef List< TimeDate, CmrListAllocator< TimeDate > > | commore::ListTimeDate |
typedef List< Blob, CmrListAllocator< Blob > > | commore::ListBlob |
typedef List< Tuple, CmrListAllocator< Tuple > > | commore::ListTuple |
typedef List< Symbol, CmrListAllocator< Symbol > > | commore::ListSymbol |
typedef unsigned char | commore::Byte |
typedef char | commore::AChar |
typedef wchar_t | commore::Char |
typedef unsigned int | commore::UInt |
typedef short | commore::Short |
typedef unsigned short | commore::UShort |
typedef unsigned long long | commore::ULong |
typedef void * | commore::Pointer |
typedef Array< AString, CmrListAllocator< AString > > | commore::ArrayAString |
typedef Array< String, CmrListAllocator< String > > | commore::ArrayString |
typedef List< UInt, CmrScalarListAllocator< UInt > > | commore::ListUInt |
typedef List< Short, CmrScalarListAllocator< Short > > | commore::ListShort |
typedef List< UShort, CmrScalarListAllocator< UShort > > | commore::ListUShort |
typedef List< ULong, CmrScalarListAllocator< ULong > > | commore::ListULong |
typedef Array< Int, CmrScalarListAllocator< Int > > | commore::ArrayInt |
typedef Array< Bool, CmrScalarListAllocator< Bool > > | commore::ArrayBool |
typedef Array< UInt, CmrScalarListAllocator< UInt > > | commore::ArrayUInt |
typedef Array< Short, CmrScalarListAllocator< Short > > | commore::ArrayShort |
typedef Array< UShort, CmrScalarListAllocator< UShort > > | commore::ArrayUShort |
typedef Array< Long, CmrScalarListAllocator< Long > > | commore::ArrayLong |
typedef Array< ULong, CmrScalarListAllocator< ULong > > | commore::ArrayULong |
typedef Array< Float, CmrScalarListAllocator< Float > > | commore::ArrayFloat |
typedef Array< Double, CmrScalarListAllocator< Double > > | commore::ArrayDouble |
typedef List< StringBuffer, CmrListAllocator< StringBuffer > > | commore::ListStringBuffer |
typedef Array< StringBuffer, CmrListAllocator< StringBuffer > > | commore::ArrayStringBuffer |
typedef Array< TimePeriod, CmrListAllocator< TimePeriod > > | commore::ArrayTimePeriod |
typedef Array< TimeDate, CmrListAllocator< TimeDate > > | commore::ArrayTimeDate |
typedef Array< Blob, CmrListAllocator< Blob > > | commore::ArrayBlob |
typedef Array< Tuple, CmrListAllocator< Tuple > > | commore::ArrayTuple |
typedef Array< Symbol, CmrListAllocator< Symbol > > | commore::ArraySymbol |
typedef List< ArrayInt, CmrListAllocator< ArrayInt > > | commore::ListArrayInt |
typedef List< ArrayLong, CmrListAllocator< ArrayLong > > | commore::ListArrayLong |
typedef List< ArrayFloat, CmrListAllocator< ArrayFloat > > | commore::ListArrayFloat |
typedef List< ArrayDouble, CmrListAllocator< ArrayDouble > > | commore::ListArrayDouble |
typedef List< Path, CmrListAllocator< Path > > | commore::ListPath |
typedef List< Directory, CmrListAllocator< Directory > > | commore::ListDirectory |
Variables | |
const unsigned int | commore::npos = 0xFFFFFFFF |