Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::qi::state_switcher< State > Struct Template Reference

#include <state_switcher.hpp>

Inheritance diagram for boost::spirit::qi::state_switcher< State >:
Collaboration diagram for boost::spirit::qi::state_switcher< State >:

Classes

struct  attribute
 

Public Types

typedef remove_const< typename
traits::char_type_of< State >
::type >::type 
char_type
 
typedef std::basic_string
< char_type
string_type
 
typedef state_switcher< State > derived_type
 
typedef qi::domain domain
 

Public Member Functions

 state_switcher (char_type const *state)
 
template<typename Iterator , typename Context , typename Skipper , typename Attribute >
bool parse (Iterator &first, Iterator const &last, Context &, Skipper const &skipper, Attribute &) const
 
template<typename Context >
info what (Context &) const
 
state_switcher< State >const & derived () const
 

Public Attributes

string_type state
 

Member Typedef Documentation

template<typename State >
typedef remove_const<typename traits::char_type_of<State>::type>::type boost::spirit::qi::state_switcher< State >::char_type
typedef state_switcher< State > boost::spirit::qi::parser< state_switcher< State > >::derived_type
inherited
template<typename State >
typedef std::basic_string<char_type> boost::spirit::qi::state_switcher< State >::string_type

Constructor & Destructor Documentation

template<typename State >
boost::spirit::qi::state_switcher< State >::state_switcher ( char_type const *  state)
inline

Member Function Documentation

state_switcher< State > const& boost::spirit::qi::parser< state_switcher< State > >::derived ( ) const
inlineinherited
template<typename State >
template<typename Iterator , typename Context , typename Skipper , typename Attribute >
bool boost::spirit::qi::state_switcher< State >::parse ( Iterator &  first,
Iterator const &  last,
Context &  ,
Skipper const &  skipper,
Attribute &   
) const
inline
template<typename State >
template<typename Context >
info boost::spirit::qi::state_switcher< State >::what ( Context &  ) const
inline

Member Data Documentation


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