Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::lex::lookahead_type< IdActor, StateActor > Struct Template Reference

#include <support_functions_expression.hpp>

Classes

struct  result
 

Public Types

typedef mpl::true_ no_nullary
 

Public Member Functions

template<typename Env >
bool eval (Env const &env) const
 
 lookahead_type (IdActor const &id_actor, StateActor const &state_actor)
 

Public Attributes

IdActor id_actor_
 
StateActor state_actor_
 

Member Typedef Documentation

template<typename IdActor , typename StateActor >
typedef mpl::true_ boost::spirit::lex::lookahead_type< IdActor, StateActor >::no_nullary

Constructor & Destructor Documentation

template<typename IdActor , typename StateActor >
boost::spirit::lex::lookahead_type< IdActor, StateActor >::lookahead_type ( IdActor const &  id_actor,
StateActor const &  state_actor 
)
inline

Member Function Documentation

template<typename IdActor , typename StateActor >
template<typename Env >
bool boost::spirit::lex::lookahead_type< IdActor, StateActor >::eval ( Env const &  env) const
inline

Member Data Documentation

template<typename IdActor , typename StateActor >
IdActor boost::spirit::lex::lookahead_type< IdActor, StateActor >::id_actor_
template<typename IdActor , typename StateActor >
StateActor boost::spirit::lex::lookahead_type< IdActor, StateActor >::state_actor_

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