FEI Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | List of all members
fei::CommMap< T > Struct Template Reference

#include <fei_CommMap.hpp>

Public Types

typedef std::map< int,
std::vector< T > > 
Type
 

Detailed Description

template<typename T>
struct fei::CommMap< T >

Map that maps processors to associated vectors of items to be sent or recv'd.

Definition at line 21 of file fei_CommMap.hpp.

Member Typedef Documentation

template<typename T>
typedef std::map<int,std::vector<T> > fei::CommMap< T >::Type

Definition at line 22 of file fei_CommMap.hpp.


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