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