#include <composite.hpp>
Public Types | |
typedef BaseT | base_t |
typedef boost::call_traits< S > ::param_type | param_t |
typedef boost::call_traits< S > ::const_reference | return_t |
typedef S | subject_t |
typedef S::embed_t | subject_embed_t |
Public Member Functions | |
unary (param_t subj_) | |
unary (BaseT const &base, param_t subj_) | |
return_t | subject () const |
typedef BaseT boost::spirit::unary< S, BaseT >::base_t |
typedef boost::call_traits<S>::param_type boost::spirit::unary< S, BaseT >::param_t |
typedef boost::call_traits<S>::const_reference boost::spirit::unary< S, BaseT >::return_t |
typedef S::embed_t boost::spirit::unary< S, BaseT >::subject_embed_t |
typedef S boost::spirit::unary< S, BaseT >::subject_t |
|
inline |
|
inline |
|
inline |