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

Method Reset

sourcecommon/tinyxml2.cpp:73–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72
73void StrPair::Reset()
74{
75 if ( _flags & NEEDS_DELETE ) {
76 delete [] _start;
77 }
78 _flags = 0;
79 _start = 0;
80 _end = 0;
81}
82
83
84void StrPair::SetStr( const char* str, int flags )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected