|
| template<typename LexerDef , typename Expr > |
| lexer_def_< LexerDef > & | operator+= (lexer_def_< LexerDef > &lexdef, Expr &&xpr) |
| |
| template<typename LexerDef , typename Expr > |
| lexer_def_< LexerDef > & | operator+= (lexer_def_< LexerDef > &lexdef, Expr const &xpr) |
| |
| template<typename Token , typename F > |
| bool | tokenize_callback (Token const &t, F f) |
| |
| template<typename Token , typename Eval > |
| bool | tokenize_callback (Token const &t, phoenix::actor< Eval > const &f) |
| |
| template<typename Token > |
| bool | tokenize_callback (Token const &t, void(*f)(Token const &)) |
| |
| template<typename Token > |
| bool | tokenize_callback (Token const &t, bool(*f)(Token const &)) |
| |