Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ swap
Method
swap
depends/tinyxml/tinystr.h:197–202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
195
TiXmlString& append (const char* str, size_type len);
196
197
void swap (TiXmlString& other)
198
{
199
Rep* r = rep_;
200
rep_ = other.rep_;
201
other.rep_ = r;
202
}
203
204
private:
205
Callers
4
apply
Method · 0.45
manageJobCompletedEvent
Function · 0.45
manageConstructionEvent
Function · 0.45
cleanitems
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected