Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::x3::context< ID, T, unused_type > Struct Template Reference

#include <context.hpp>

Classes

struct  get_result
 
struct  get_result< mpl::identity< ID >, Unused >
 

Public Member Functions

 context (T &val)
 
 context (T &val, unused_type)
 
Tget (mpl::identity< ID >) const
 
template<typename ID_ >
unused_type get (ID_) const
 

Public Attributes

Tval
 

Constructor & Destructor Documentation

template<typename ID , typename T >
boost::spirit::x3::context< ID, T, unused_type >::context ( T val)
inline
template<typename ID , typename T >
boost::spirit::x3::context< ID, T, unused_type >::context ( T val,
unused_type   
)
inline

Member Function Documentation

template<typename ID , typename T >
T& boost::spirit::x3::context< ID, T, unused_type >::get ( mpl::identity< ID >  ) const
inline
template<typename ID , typename T >
template<typename ID_ >
unused_type boost::spirit::x3::context< ID, T, unused_type >::get ( ID_  ) const
inline

Member Data Documentation

template<typename ID , typename T >
T& boost::spirit::x3::context< ID, T, unused_type >::val

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