#include <instr_paje_types.hpp>
|
| | VariableType (std::string name, std::string color, Type *father) |
| |
| | ~VariableType () |
| |
| void | setEvent (double timestamp, double value) |
| |
| void | addEvent (double timestamp, double value) |
| |
| void | subEvent (double timestamp, double value) |
| |
| | Type (std::string name, std::string alias, std::string color, Type *father) |
| |
| virtual | ~Type () |
| |
| std::string | getName () |
| |
| const char * | getCname () |
| |
| long long int | getId () |
| |
| bool | isColored () |
| |
| Type * | byName (std::string name) |
| |
| ContainerType * | getOrCreateContainerType (std::string name) |
| |
| EventType * | getOrCreateEventType (std::string name) |
| |
| LinkType * | getOrCreateLinkType (std::string name, Type *source, Type *dest) |
| |
| StateType * | getOrCreateStateType (std::string name) |
| |
| VariableType * | getOrCreateVariableType (std::string name, std::string color) |
| |
| void | setCallingContainer (Container *container) |
| |
| void | logDefinition (e_event_type event_type) |
| |
| void | logDefinition (Type *source, Type *dest) |
| |
◆ VariableType()
◆ ~VariableType()
| simgrid::instr::VariableType::~VariableType |
( |
| ) |
|
◆ setEvent()
| void simgrid::instr::VariableType::setEvent |
( |
double |
timestamp, |
|
|
double |
value |
|
) |
| |
◆ addEvent()
| void simgrid::instr::VariableType::addEvent |
( |
double |
timestamp, |
|
|
double |
value |
|
) |
| |
◆ subEvent()
| void simgrid::instr::VariableType::subEvent |
( |
double |
timestamp, |
|
|
double |
value |
|
) |
| |
The documentation for this class was generated from the following files: