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

Method Reset

Engine/lib/tinyxml/tinyxml2.cpp:183–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181
182
183void StrPair::Reset()
184{
185 if ( _flags & NEEDS_DELETE ) {
186 delete [] _start;
187 }
188 _flags = 0;
189 _start = 0;
190 _end = 0;
191}
192
193
194void StrPair::SetStr( const char* str, int flags )

Callers 15

CollideMethod · 0.45
InitQueryMethod · 0.45
InitQueryMethod · 0.45
CollideMethod · 0.45
InitQueryMethod · 0.45
CollideMethod · 0.45
InitQueryMethod · 0.45
CollideMethod · 0.45
InitQueryMethod · 0.45
CollideMethod · 0.45
InitQueryMethod · 0.45
CollideMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected