PlasCom2  1.0
XPACC Multi-physics simluation application
MultiContainer< DataType, InIndexType > Class Template Reference

Detailed Description

template<typename DataType, typename InIndexType = IndexType>
class ix::primitive::MultiContainer< DataType, InIndexType >

Definition at line 527 of file PrimitiveTypes.H.

#include <PrimitiveTypes.H>

Public Types

typedef std::vector< std::vector< DataType > > VecVec
 
typedef std::vector< std::map< DataType, InIndexType > > VecMap
 
typedef std::vector< std::list< DataType > > VecList
 

Member Typedef Documentation

◆ VecList

typedef std::vector<std::list<DataType> > VecList

Definition at line 531 of file PrimitiveTypes.H.

◆ VecMap

typedef std::vector<std::map<DataType,InIndexType> > VecMap

Definition at line 530 of file PrimitiveTypes.H.

◆ VecVec

typedef std::vector<std::vector<DataType> > VecVec

Definition at line 529 of file PrimitiveTypes.H.


The documentation for this class was generated from the following file: