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

Method write_namespace_scope

src/reflex.cpp:3197–3200  ·  view source on GitHub ↗

Write namespace scope NAME ::

Source from the content-addressed store, hash-verified

3195
3196/// Write namespace scope NAME ::
3197void Reflex::write_namespace_scope()
3198{
3199 *out << options["namespace"] << "::";
3200}
3201
3202/// Replace all . by :: in namespace name
3203void Reflex::undot_namespace(std::string& s)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected