#include <token_def.hpp>
Public Types | |
typedef Iterator::base_iterator_type | iterator_type |
typedef mpl::if_ < traits::not_is_unused < Attribute >, typename mpl::if_< is_same< Attribute, lex::omit >, unused_type, Attribute >::type, iterator_range< iterator_type > >::type | type |
typedef Iterator::base_iterator_type boost::spirit::lex::token_def< Attribute, Char, Idtype >::attribute< Context, Iterator >::iterator_type |
typedef mpl::if_< traits::not_is_unused<Attribute> , typename mpl::if_< is_same<Attribute, lex::omit>, unused_type, Attribute >::type , iterator_range<iterator_type> >::type boost::spirit::lex::token_def< Attribute, Char, Idtype >::attribute< Context, Iterator >::type |