#include <instr_paje_types.hpp>
|
| | StateType (std::string name, Type *father) |
| |
| | ~StateType () |
| |
| void | setEvent (std::string value_name) |
| |
| void | pushEvent (std::string value_name) |
| |
| void | pushEvent (std::string value_name, TIData *extra) |
| |
| void | popEvent () |
| |
| | ValueType (std::string name, std::string alias, Type *father) |
| |
| | ValueType (std::string name, Type *father) |
| |
| virtual | ~ValueType () |
| |
| void | addEntityValue (std::string name, std::string color) |
| |
| void | addEntityValue (std::string name) |
| |
| EntityValue * | getEntityValue (std::string name) |
| |
| | 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) |
| |
◆ StateType()
◆ ~StateType()
| simgrid::instr::StateType::~StateType |
( |
| ) |
|
◆ setEvent()
◆ pushEvent() [1/2]
◆ pushEvent() [2/2]
◆ popEvent()
| void simgrid::instr::StateType::popEvent |
( |
| ) |
|
The documentation for this class was generated from the following files: