Simple utility classes. More...
Simple utility classes.
Definition in file PrimitiveTypes.H.
#include <vector>#include <list>#include <map>#include <cassert>#include <sstream>Go to the source code of this file.
Classes | |
| class | IndexedVectorObj< IndexType, ValType > |
| Indexed container. More... | |
| class | DummyStepper< DataType > |
| Type agnostic dummy stepper. More... | |
| class | Stepper< DataType > |
| Type agnostic stepper. More... | |
| class | KeyValuePairObj< K, V > |
| Simple key-value pair. More... | |
| class | Vector< DataType > |
| Generic vector. More... | |
| class | MultiContainer< DataType, InIndexType > |
| class | DataObject |
Namespaces | |
| ix | |
| Defines MPI-specific parallel global and program classes. | |
| ix::primitive | |
| Basic primitive types. | |
| ix::meta | |
| Metadata constructs. | |
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 |