SMACC2
Loading...
Searching...
No Matches
smacc2::default_events::EvServiceRequestSent< TSource, TOrthogonal > Struct Template Reference

#include <smacc_default_events.hpp>

Inheritance diagram for smacc2::default_events::EvServiceRequestSent< TSource, TOrthogonal >:
Inheritance graph
Collaboration diagram for smacc2::default_events::EvServiceRequestSent< TSource, TOrthogonal >:
Collaboration graph

Static Public Member Functions

static std::string getEventLabel ()
 

Detailed Description

template<typename TSource, typename TOrthogonal>
struct smacc2::default_events::EvServiceRequestSent< TSource, TOrthogonal >

Definition at line 126 of file smacc_default_events.hpp.

Member Function Documentation

◆ getEventLabel()

template<typename TSource , typename TOrthogonal >
static std::string smacc2::default_events::EvServiceRequestSent< TSource, TOrthogonal >::getEventLabel ( )
inlinestatic

Definition at line 128 of file smacc_default_events.hpp.

129 {
130 std::string label;
131 EventLabel<TSource>(label);
132 return label;
133 }
std::enable_if< HasEventLabel< T >::value, void >::type EventLabel(std::string &label)

References smacc2::introspection::EventLabel().

Here is the call graph for this function:

The documentation for this struct was generated from the following file: