Write %%class code to lex.yy.cpp
| 2318 | |
| 2319 | /// Write %%class code to lex.yy.cpp |
| 2320 | void Reflex::write_section_class() |
| 2321 | { |
| 2322 | if (!section_class.empty()) |
| 2323 | write_code(section_class); |
| 2324 | } |
| 2325 | |
| 2326 | /// Write %%init code to lex.yy.cpp |
| 2327 | void Reflex::write_section_init() |