PlasCom2  1.0
XPACC Multi-physics simluation application
PrimitiveTypes.H File Reference

Simple utility classes. More...

Detailed Description

Simple utility classes.

Definition in file PrimitiveTypes.H.

#include <vector>
#include <list>
#include <map>
#include <cassert>
#include <sstream>
Include dependency graph for PrimitiveTypes.H:
This graph shows which files directly or indirectly include this file:

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