MCPcopy Create free account
hub / github.com/JayXon/Leanify / Reset

Method Reset

lib/tinyxml2/tinyxml2.cpp:96–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void StrPair::Reset()
97{
98 if ( _flags & NEEDS_DELETE ) {
99 delete [] _start;
100 }
101 _flags = 0;
102 _start = 0;
103 _end = 0;
104}
105
106
107void StrPair::SetStr( const char* str, int flags )

Callers 1

TransferToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected