MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / SetInternedStr

Function SetInternedStr

3rdparty/tinyxml2/tinyxml2.h:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165 }
166
167 void SetInternedStr( const char* str ) {
168 Reset();
169 _start = const_cast<char*>(str);
170 }
171
172 void SetStr( const char* str, int flags=0 );
173

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected