SimGrid
3.18
Versatile Simulation of Distributed Systems
|
#include <instr_paje_containers.hpp>
Public Member Functions | |
RouterContainer (std::string name, Container *father) | |
![]() | |
Container (std::string name, std::string type_name, Container *father) | |
virtual | ~Container () |
std::string | getName () |
const char * | getCname () |
long long int | getId () |
void | removeFromParent () |
void | logCreation () |
void | logDestruction () |
StateType * | getState (std::string name) |
LinkType * | getLink (std::string name) |
VariableType * | getVariable (std::string name) |
Additional Inherited Members | |
![]() | |
static Container * | byNameOrNull (std::string name) |
static Container * | byName (std::string name) |
static Container * | getRoot () |
![]() | |
Type * | type_ |
Container * | father_ |
std::map< std::string, Container * > | children_ |
sg_netpoint_t | netpoint_ = nullptr |
simgrid::instr::RouterContainer::RouterContainer | ( | std::string | name, |
Container * | father | ||
) |