Basic primitive types. More...
Basic primitive types.
Classes | |
| class | DummyStepper |
| Type agnostic dummy stepper. More... | |
| class | IndexedVectorObj |
| Indexed container. More... | |
| class | KeyValuePairObj |
| Simple key-value pair. More... | |
| class | MultiContainer |
| class | Stepper |
| Type agnostic stepper. More... | |
| class | Vector |
| Generic vector. More... | |
Typedefs | |
| typedef char | byte |
| typedef unsigned char | ubyte |
| typedef unsigned int | IndexType |
| typedef std::vector< std::list< IndexType > > | IndexVecList |
| typedef std::list< IndexType > | IndexList |
| typedef std::vector< IndexType > | IndexVec |
| typedef char byte |
Definition at line 518 of file PrimitiveTypes.H.
Definition at line 524 of file PrimitiveTypes.H.
| typedef unsigned int IndexType |
Definition at line 522 of file PrimitiveTypes.H.
Definition at line 525 of file PrimitiveTypes.H.
| typedef std::vector<std::list<IndexType> > IndexVecList |
Definition at line 523 of file PrimitiveTypes.H.
| typedef unsigned char ubyte |
Definition at line 519 of file PrimitiveTypes.H.