#include <smpi_f2c.hpp>
|
virtual | ~F2C ()=default |
|
virtual int | add_f () |
|
virtual int | c2f () |
|
◆ ~F2C()
virtual simgrid::smpi::F2C::~F2C |
( |
| ) |
|
|
virtualdefault |
◆ f2c_lookup()
std::unordered_map< std::string, F2C * > * simgrid::smpi::F2C::f2c_lookup |
( |
| ) |
|
|
staticprotected |
◆ set_f2c_lookup()
◆ f2c_id()
int simgrid::smpi::F2C::f2c_id |
( |
| ) |
|
|
staticprotected |
◆ f2c_id_increment()
void simgrid::smpi::F2C::f2c_id_increment |
( |
| ) |
|
|
staticprotected |
◆ get_key()
char * simgrid::smpi::F2C::get_key |
( |
char * |
key, |
|
|
int |
id |
|
) |
| |
|
static |
◆ get_key_id()
char * simgrid::smpi::F2C::get_key_id |
( |
char * |
key, |
|
|
int |
id |
|
) |
| |
|
static |
◆ delete_lookup()
void simgrid::smpi::F2C::delete_lookup |
( |
| ) |
|
|
static |
◆ lookup()
std::unordered_map< std::string, F2C * > * simgrid::smpi::F2C::lookup |
( |
| ) |
|
|
static |
◆ add_f()
int simgrid::smpi::F2C::add_f |
( |
| ) |
|
|
virtual |
◆ free_f()
void simgrid::smpi::F2C::free_f |
( |
int |
id | ) |
|
|
static |
◆ c2f()
int simgrid::smpi::F2C::c2f |
( |
| ) |
|
|
virtual |
◆ f2c()
F2C * simgrid::smpi::F2C::f2c |
( |
int |
id | ) |
|
|
static |
The documentation for this class was generated from the following files: