MCPcopy Create free account
hub / github.com/Genivia/RE-flex / write_section_class

Method write_section_class

src/reflex.cpp:2320–2324  ·  view source on GitHub ↗

Write %%class code to lex.yy.cpp

Source from the content-addressed store, hash-verified

2318
2319/// Write %%class code to lex.yy.cpp
2320void 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
2327void Reflex::write_section_init()

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected