MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / Set

Method Set

sourcecommon/tinyxml2.h:165–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 ~StrPair();
164
165 void Set( char* start, char* end, int flags ) {
166 Reset();
167 _start = start;
168 _end = end;
169 _flags = flags | NEEDS_FLUSH;
170 }
171
172 const char* GetStr();
173

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected