MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / Set

Function Set

Engine/lib/tinyxml/tinyxml2.h:155–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

ParseTextMethod · 0.70
ParseNameMethod · 0.70
document.hFile · 0.50
ClearMethod · 0.50

Calls 1

ResetFunction · 0.50

Tested by

no test coverage detected