Struct zmbt::mapping::ModelDefinition::T_At¶
template <class Target>
T_At transition.
Inherits the following classes: zmbt::mapping::ModelDefinition::BaseTransition
Inherited by the following classes: zmbt::mapping::ModelDefinition::N_Channel, zmbt::mapping::ModelDefinition::N_MaybeChannel
Public Functions¶
| Type | Name |
|---|---|
| require_not_str< Interface, Target > | At (Interface && cal, object_id const & obj) Create input channel with an interface literal. |
| require_not_str< Interface, Target > | At (Interface && cal, Param const & obj) |
| require_not_str< Interface, Target > | At (Interface && cal) Create input channel. |
| Target | At (boost::json::string_view key, T &&... fmtargs) |
Public Functions inherited from zmbt::mapping::ModelDefinition::BaseTransition¶
See zmbt::mapping::ModelDefinition::BaseTransition
| Type | Name |
|---|---|
| virtual | ~BaseTransition () |
Protected Functions inherited from zmbt::mapping::ModelDefinition::BaseTransition¶
See zmbt::mapping::ModelDefinition::BaseTransition
| Type | Name |
|---|---|
| BaseTransition (detail::DefinitionHelper && m) |
|
| BaseTransition () |
|
| BaseTransition (BaseTransition const &) = delete |
|
| BaseTransition (BaseTransition &&) = default |
|
| detail::DefinitionHelper & | state () |
| Target | transit_to () |
Public Functions Documentation¶
function At [1/4]¶
Create input channel with an interface literal.
template<class Interface>
inline require_not_str< Interface, Target > T_At::At (
Interface && cal,
object_id const & obj
)
function At [2/4]¶
template<class Interface>
inline require_not_str< Interface, Target > T_At::At (
Interface && cal,
Param const & obj
)
function At [3/4]¶
Create input channel.
function At [4/4]¶
The documentation for this class was generated from the following file zmbt-framework/zmbt-framework/backends/cxx/include/zmbt/mapping/model_definition_transitions.hpp