SMACC2
|
#include <smacc_state_info.hpp>
Public Member Functions | |
SmaccEventInfo (std::shared_ptr< TypeInfo > eventType) | |
std::string | getEventTypeName () |
std::string | getEventSourceName () |
std::string | getOrthogonalName () |
Public Attributes | |
std::string | label |
std::shared_ptr< TypeInfo > | eventType |
Definition at line 41 of file smacc_state_info.hpp.
smacc2::SmaccEventInfo::SmaccEventInfo | ( | std::shared_ptr< TypeInfo > | eventType | ) |
Definition at line 93 of file smacc_state_info.cpp.
References eventType.
std::string smacc2::SmaccEventInfo::getEventSourceName | ( | ) |
Definition at line 95 of file smacc_state_info.cpp.
References smacc2::introspection::demangleSymbol(), and eventType.
std::string smacc2::SmaccEventInfo::getEventTypeName | ( | ) |
Definition at line 108 of file smacc_state_info.cpp.
References smacc2::introspection::demangleSymbol(), and eventType.
std::string smacc2::SmaccEventInfo::getOrthogonalName | ( | ) |
Definition at line 113 of file smacc_state_info.cpp.
References smacc2::introspection::demangleSymbol(), and eventType.
std::shared_ptr<TypeInfo> smacc2::introspection::SmaccEventInfo::eventType |
Definition at line 54 of file smacc_state_info.hpp.
Referenced by getEventSourceName(), getEventTypeName(), getOrthogonalName(), and SmaccEventInfo().
std::string smacc2::introspection::SmaccEventInfo::label |
Definition at line 52 of file smacc_state_info.hpp.