MCPcopy 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

applyMethod · 0.45
manageJobCompletedEventFunction · 0.45
manageConstructionEventFunction · 0.45
cleanitemsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected