edge classes.
Functions | |
| template<typename LambdaT> | |
| xst_unary_adaptor< xst_lambda_wrap< xst_scalar< xst_member_action< typename LambdaT::value_T const &, std::const_mem_fun_t< int, typename LambdaT::value_T >, void, int > > >, xst_dereference_policy< xst_dereference_traits< typename LambdaT::value_T, int >::capacity_, LambdaT::primitive_id_ >> | length (xst_lambda_wrap< LambdaT > const &lambda_) |
Alias helper function length. | |
| template<typename LambdaT> | |
| xst_unary_adaptor< xst_lambda_wrap< xst_scalar< xst_member_action< typename LambdaT::value_T &, std::mem_fun_t< void, typename LambdaT::value_T >, void, void > > >, xst_dereference_policy< xst_dereference_traits< typename LambdaT::value_T, void >::capacity_, LambdaT::primitive_id_ >> | push (xst_lambda_wrap< LambdaT > *plambda_) |
Alias helper function push. | |
|
|
Alias helper function Returns closure for
int alias::edge::length()const; member function. The closure object delays actual function call till run-time by capturing pointer to member function. Definition at line 2709 of file xst_member_action_alias.h. References cttl::action(), const_scalar, cttl::scalar(), xst_lambda_wrap::top(), and cttl_impl::xst_traced_action(). |
|
|
Alias helper function Returns closure for
void alias::edge::push(); member function. The closure object delays actual function call till run-time by capturing pointer to member function. Definition at line 2801 of file xst_member_action_alias.h. References cttl::action(), const_scalar, cttl::scalar(), xst_lambda_wrap::top(), and cttl_impl::xst_traced_action(). Referenced by xst_lambda_wrap::push(). |
1.3.9.1