|
SimGrid
3.18
Versatile Simulation of Distributed Systems
|
#include <instr_paje_containers.hpp>
Public Member Functions | |
| NetZoneContainer (std::string name, unsigned int level, NetZoneContainer *father) | |
Public Member Functions inherited from simgrid::instr::Container | |
| 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 Public Member Functions inherited from simgrid::instr::Container | |
| static Container * | byNameOrNull (std::string name) |
| static Container * | byName (std::string name) |
| static Container * | getRoot () |
Public Attributes inherited from simgrid::instr::Container | |
| Type * | type_ |
| Container * | father_ |
| std::map< std::string, Container * > | children_ |
| sg_netpoint_t | netpoint_ = nullptr |
| simgrid::instr::NetZoneContainer::NetZoneContainer | ( | std::string | name, |
| unsigned int | level, | ||
| NetZoneContainer * | father | ||
| ) |