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::no_case_literal_string< String, no_attribute > Struct Template Reference

#include <lit.hpp>

Inheritance diagram for boost::spirit::qi::no_case_literal_string< String, no_attribute >:
Collaboration diagram for boost::spirit::qi::no_case_literal_string< String, no_attribute >:

Classes

struct  attribute
 

Public Types

typedef remove_const< typename
traits::char_type_of< String >
::type >::type 
char_type
 
typedef std::basic_string
< char_type
string_type
 
typedef no_case_literal_string
< String, no_attribute > 
derived_type
 
typedef qi::domain domain
 

Public Member Functions

template<typename CharEncoding >
 no_case_literal_string (char_type const *in, CharEncoding encoding)
 
template<typename Iterator , typename Context , typename Skipper , typename Attribute >
bool parse (Iterator &first, Iterator const &last, Context &, Skipper const &skipper, Attribute &attr_) const
 
template<typename Context >
info what (Context &) const
 
no_case_literal_string< String,
no_attribute >const & 
derived () const
 

Public Attributes

string_type str_lo
 
string_type str_hi
 

Member Typedef Documentation

template<typename String , bool no_attribute>
typedef remove_const<typename traits::char_type_of<String>::type>::type boost::spirit::qi::no_case_literal_string< String, no_attribute >::char_type
typedef no_case_literal_string< String, no_attribute > boost::spirit::qi::parser< no_case_literal_string< String, no_attribute > >::derived_type
inherited
typedef qi::domain boost::spirit::qi::parser< no_case_literal_string< String, no_attribute > >::domain
inherited
template<typename String , bool no_attribute>
typedef std::basic_string<char_type> boost::spirit::qi::no_case_literal_string< String, no_attribute >::string_type

Constructor & Destructor Documentation

template<typename String , bool no_attribute>
template<typename CharEncoding >
boost::spirit::qi::no_case_literal_string< String, no_attribute >::no_case_literal_string ( char_type const *  in,
CharEncoding  encoding 
)
inline

Member Function Documentation

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

Member Data Documentation


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