Skip to content

Struct zmbt::mapping::ModelDefinition::T_With

template <class Target>

ClassList > T_With

T_With transition.

Inherits the following classes: zmbt::mapping::ModelDefinition::BaseTransition

Inherited by the following classes: zmbt::mapping::ModelDefinition::N_CombineOut

Public Functions

Type Name
require_not_str< C, Target > With (C && cal, object_id const & obj)
require_not_str< C, Target > With (C && cal, Param const & obj)
require_not_str< C, Target > With (C && cal)
Target With (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 With [1/4]

template<class C>
inline require_not_str< C, Target > T_With::With (
    C && cal,
    object_id const & obj
) 

Combine channel outputs into an array similarly to Pack keyword X with Y with Z -> [X, Y, Z]


function With [2/4]

template<class C>
inline require_not_str< C, Target > T_With::With (
    C && cal,
    Param const & obj
) 

function With [3/4]

template<class C>
inline require_not_str< C, Target > T_With::With (
    C && cal
) 

function With [4/4]

template<class... T>
inline Target T_With::With (
    boost::json::string_view key,
    T &&... fmtargs
) 


The documentation for this class was generated from the following file zmbt-framework/zmbt-framework/backends/cxx/include/zmbt/mapping/model_definition_transitions.hpp