SimGrid  3.18
Versatile Simulation of Distributed Systems
simgrid::instr::EventType Class Reference

#include <instr_paje_types.hpp>

Inheritance diagram for simgrid::instr::EventType:
simgrid::instr::ValueType simgrid::instr::Type

Public Member Functions

 EventType (std::string name, Type *father)
 
- Public Member Functions inherited from simgrid::instr::ValueType
 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)
 
- Public Member Functions inherited from simgrid::instr::Type
 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)
 

Additional Inherited Members

- Public Attributes inherited from simgrid::instr::ValueType
std::map< std::string, EntityValue * > values_
 
- Public Attributes inherited from simgrid::instr::Type
std::map< std::string, Type * > children_
 
Container * issuer_ = nullptr
 

Constructor & Destructor Documentation

◆ EventType()

simgrid::instr::EventType::EventType ( std::string  name,
Type *  father 
)

The documentation for this class was generated from the following files: