|
SMACC
|
#include <smacc_state_info.h>

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 26 of file smacc_state_info.h.
| smacc::SmaccEventInfo::SmaccEventInfo | ( | std::shared_ptr< TypeInfo > | eventType | ) |
Definition at line 69 of file smacc_state_info.cpp.
References eventType.
| std::string smacc::SmaccEventInfo::getEventSourceName | ( | ) |
Definition at line 76 of file smacc_state_info.cpp.
References smacc::introspection::demangleSymbol(), and eventType.

| std::string smacc::SmaccEventInfo::getEventTypeName | ( | ) |
Definition at line 89 of file smacc_state_info.cpp.
References smacc::introspection::demangleSymbol(), and eventType.

| std::string smacc::SmaccEventInfo::getOrthogonalName | ( | ) |
Definition at line 94 of file smacc_state_info.cpp.
References smacc::introspection::demangleSymbol(), and eventType.

| std::shared_ptr<TypeInfo> smacc::introspection::SmaccEventInfo::eventType |
Definition at line 39 of file smacc_state_info.h.
Referenced by getEventSourceName(), getEventTypeName(), getOrthogonalName(), and SmaccEventInfo().
| std::string smacc::introspection::SmaccEventInfo::label |
Definition at line 37 of file smacc_state_info.h.