Thrill  0.1

Detailed Description

A derived exception class which looks up MPI error strings.

Definition at line 45 of file group.hpp.

+ Inheritance diagram for Exception:
+ Collaboration diagram for Exception:

#include <group.hpp>

Public Member Functions

 Exception (const std::string &what)
 
 Exception (const std::string &what, int error_code)
 
- Public Member Functions inherited from Exception
 Exception (const std::string &what)
 
 Exception (const std::string &what, int _errno)
 

Static Public Member Functions

static std::string GetErrorString (int error_code)
 return the MPI error string More...
 

Constructor & Destructor Documentation

◆ Exception() [1/2]

◆ Exception() [2/2]

Exception ( const std::string &  what,
int  error_code 
)

Definition at line 31 of file group.cpp.

Member Function Documentation

◆ GetErrorString()

std::string GetErrorString ( int  error_code)
static

return the MPI error string

Definition at line 36 of file group.cpp.

Referenced by Exception::Exception().


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