Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolygonTek/BlueshiftEngine
/ Reset
Method
Reset
Source/ThirdParty/tinyxml2/tinyxml2.cpp:168–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
166
}
167
168
void StrPair::Reset()
169
{
170
if ( _flags & NEEDS_DELETE ) {
171
delete [] _start;
172
}
173
_flags = 0;
174
_start = 0;
175
_end = 0;
176
}
177
178
179
void StrPair::SetStr( const char* str, int flags )
Callers
1
TransferTo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected