Public Member Functions | |
| MPIDataType (const std::string &name) | |
| const std::string & | name () const | 
Static Public Member Functions | |
| static MPIDataType | intType () | 
| static MPIDataType | floatType () | 
| static MPIDataType | doubleType () | 
| static MPIDataType | doubleIntPairType () | 
| static MPIDataType | charType () | 
| static void | registerType (const MPIDataType &dataType) | 
Definition at line 24 of file PlayaMPIDataType.hpp.
| Playa::MPIDataType::MPIDataType | ( | const std::string & | name | ) | 
Definition at line 22 of file PlayaMPIDataType.cpp.
| const std::string& Playa::MPIDataType::name | ( | ) |  const [inline] | 
        
Definition at line 36 of file PlayaMPIDataType.hpp.
| MPIDataType Playa::MPIDataType::intType | ( | ) |  [static] | 
        
Definition at line 79 of file PlayaMPIDataType.cpp.
| MPIDataType Playa::MPIDataType::floatType | ( | ) |  [static] | 
        
Definition at line 91 of file PlayaMPIDataType.cpp.
| MPIDataType Playa::MPIDataType::doubleType | ( | ) |  [static] | 
        
Definition at line 103 of file PlayaMPIDataType.cpp.
| MPIDataType Playa::MPIDataType::doubleIntPairType | ( | ) |  [static] | 
        
Definition at line 115 of file PlayaMPIDataType.cpp.
| MPIDataType Playa::MPIDataType::charType | ( | ) |  [static] | 
        
Definition at line 128 of file PlayaMPIDataType.cpp.
| void Playa::MPIDataType::registerType | ( | const MPIDataType & | dataType | ) |  [static] | 
        
Definition at line 74 of file PlayaMPIDataType.cpp.