366. The Info Object C++ Bindings


Up: C++ Bindings Next: Process Creation and Management C++ Bindings Previous: MPI Environmenta Management C++ Bindings


namespace MPI { 
static Info Info::Create()
void Info::Delete(const char* key)
Info Info::Dup() const
void Info::Free()
bool Info::Get(const char* key, int valuelen, char* value) const
int Info::Get_nkeys() const
void Info::Get_nthkey(int n, char* key) const
bool Info::Get_valuelen(const char* key, int& valuelen) const
void Info::Set(const char* key, const char* value)

}; 



Up: C++ Bindings Next: Process Creation and Management C++ Bindings Previous: MPI Environmenta Management C++ Bindings


Return to MPI-2.1 Standard Index
Return to MPI Forum Home Page

MPI-2.0 of July 1, 2008
HTML Generated on July 6, 2008