Namespaces | |
| namespace | System |
Typedefs | |
|
typedef std::basic_string < TCHAR, std::char_traits < TCHAR >, StlAllocator< TCHAR > > | System::String |
| An STL string using the system allocator. | |
|
typedef std::basic_string < CHAR, std::char_traits < CHAR >, StlAllocator< CHAR > > | System::Chunk |
| An STL string using the system allocator. | |
| typedef Array< Object * > | System::ObjectVector |
| An array of objects contained in an dynamic container. | |
|
typedef Array < Property * > | System::PropertyVector |
| An array of properties contained in an dynamic container. | |
| typedef Array< String > | System::StringVector |
| An array of strings contained in an dynamic container. | |
| typedef Array< Chunk > | System::ChunkVector |
| An array of chunks contained in an dynamic container. | |
1.5.3