MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / swap

Method swap

tinyxml/include/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

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected