Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::type_of::action_chains< ChainOrChains, LastChain > Class Template Reference

#include <rule_parser.hpp>

Public Types

typedef ChainOrChains head_type
 
typedef LastChain tail_type
 

Public Member Functions

 action_chains (ChainOrChains const &head, LastChain const &tail)
 
head_type const & head () const
 
tail_type const & tail () const
 

Member Typedef Documentation

template<class ChainOrChains, class LastChain>
typedef ChainOrChains boost::spirit::type_of::action_chains< ChainOrChains, LastChain >::head_type
template<class ChainOrChains, class LastChain>
typedef LastChain boost::spirit::type_of::action_chains< ChainOrChains, LastChain >::tail_type

Constructor & Destructor Documentation

template<class ChainOrChains, class LastChain>
boost::spirit::type_of::action_chains< ChainOrChains, LastChain >::action_chains ( ChainOrChains const &  head,
LastChain const &  tail 
)
inline

Member Function Documentation

template<class ChainOrChains, class LastChain>
head_type const& boost::spirit::type_of::action_chains< ChainOrChains, LastChain >::head ( ) const
inline
template<class ChainOrChains, class LastChain>
tail_type const& boost::spirit::type_of::action_chains< ChainOrChains, LastChain >::tail ( ) const
inline

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