PlasCom2  1.0
XPACC Multi-physics simluation application
ix::primitive Namespace Reference

Basic primitive types. More...

Detailed Description

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< IndexTypeIndexList
 
typedef std::vector< IndexTypeIndexVec
 

Typedef Documentation

◆ byte

typedef char byte

Definition at line 518 of file PrimitiveTypes.H.

◆ IndexList

typedef std::list<IndexType> IndexList

Definition at line 524 of file PrimitiveTypes.H.

◆ IndexType

typedef unsigned int IndexType

Definition at line 522 of file PrimitiveTypes.H.

◆ IndexVec

typedef std::vector<IndexType> IndexVec

Definition at line 525 of file PrimitiveTypes.H.

◆ IndexVecList

typedef std::vector<std::list<IndexType> > IndexVecList

Definition at line 523 of file PrimitiveTypes.H.

◆ ubyte

typedef unsigned char ubyte

Definition at line 519 of file PrimitiveTypes.H.