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::detail::basic_literal< CharEncoding > Struct Template Reference

#include <char_token_def.hpp>

Inheritance diagram for boost::spirit::lex::detail::basic_literal< CharEncoding >:

Public Types

typedef char_token_def
< CharEncoding > 
result_type
 

Public Member Functions

template<typename Char >
result_type operator() (Char ch, unused_type) const
 
template<typename Char >
result_type operator() (Char const *str, unused_type) const
 

Member Typedef Documentation

template<typename CharEncoding>
typedef char_token_def<CharEncoding> boost::spirit::lex::detail::basic_literal< CharEncoding >::result_type

Member Function Documentation

template<typename CharEncoding>
template<typename Char >
result_type boost::spirit::lex::detail::basic_literal< CharEncoding >::operator() ( Char  ch,
unused_type   
) const
inline
template<typename CharEncoding>
template<typename Char >
result_type boost::spirit::lex::detail::basic_literal< CharEncoding >::operator() ( Char const *  str,
unused_type   
) const
inline

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