MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / Reset

Method Reset

3rdparty/tinyxml2/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 3

TransferToMethod · 0.80
ClearErrorMethod · 0.80
SetErrorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected