Functions | |
int | lex_api_hider_yylex (FlexLexer *, std::istream &) |
A helper to hide FlexLexer subclasses from needing to be included in header files. |
|
A helper to hide FlexLexer subclasses from needing to be included in header files. (FlexLexer's subclassing technique (via macros) makes them impracticle to mix together in the same headers.) May throw std::runtime_error. Referenced by s11n::io::deserialize_lex_forwarder(). |