MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / Set

Function Set

externals/tinyxml2/tinyxml2.h:152–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 ~StrPair();
151
152 void Set( char* start, char* end, int flags ) {
153 TIXMLASSERT( start );
154 TIXMLASSERT( end );
155 Reset();
156 _start = start;
157 _end = end;
158 _flags = flags | NEEDS_FLUSH;
159 }
160
161 const char* GetStr();
162

Callers 2

ParseTextMethod · 0.85
ParseNameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected