Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
context.hpp File Reference
Include dependency graph for context.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::spirit::attribute< int >
 
struct  boost::spirit::local_variable< int >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::spirit
 

Macros

#define SPIRIT_DECLARE_ATTRIBUTE(z, n, data)
 
#define SPIRIT_USING_ATTRIBUTE(z, n, data)
 

Functions

 BOOST_PHOENIX_DEFINE_CUSTOM_TERMINAL (template< int N >, boost::spirit::attribute< N >, mpl::false_, v2_eval(proto::make< boost::spirit::attribute< N >() >, proto::call< functional::env(proto::_state) >)) BOOST_PHOENIX_DEFINE_CUSTOM_TERMINAL(template< int N >
 
 v2_eval (proto::make< boost::spirit::local_variable< N >() >, proto::call< functional::env(proto::_state) >)) namespace boost
 

Macro Definition Documentation

#define SPIRIT_DECLARE_ATTRIBUTE (   z,
  n,
  data 
)
Value:
phoenix::actor<attribute<n> > const \
#define n
Definition: register_functions_iterate.hpp:7
#define BOOST_PP_CAT(a, b)
Definition: cat.hpp:24
Definition: actor.hpp:133
_r_type const _r
Definition: local_variable.hpp:182

Referenced by v2_eval().

#define SPIRIT_USING_ATTRIBUTE (   z,
  n,
  data 
)
Value:
/***/
#define n
Definition: register_functions_iterate.hpp:7
#define BOOST_PP_CAT(a, b)
Definition: cat.hpp:24
_r_type const _r
Definition: local_variable.hpp:182

Referenced by v2_eval().

Function Documentation

BOOST_PHOENIX_DEFINE_CUSTOM_TERMINAL ( template< int N ,
boost::spirit::attribute< N ,
mpl::false_  ,
v2_eval(proto::make< boost::spirit::attribute< N >() >, proto::call< functional::env(proto::_state) >)   
)