MCPcopy Create free account
hub / github.com/cginternals/globjects / clearReplacements

Method clearReplacements

source/globjects/source/base/StringTemplate.cpp:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void StringTemplate::clearReplacements()
56{
57 m_replacements.clear();
58 invalidate();
59}
60
61void StringTemplate::replace(const std::string & original, const std::string & str)
62{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected