MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / Set

Function Set

Dependencies/tinyxml2/include/tinyxml2.h:157–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 ~StrPair();
156
157 void Set( char* start, char* end, int flags ) {
158 TIXMLASSERT( start );
159 TIXMLASSERT( end );
160 Reset();
161 _start = start;
162 _end = end;
163 _flags = flags | NEEDS_FLUSH;
164 }
165
166 const char* GetStr();
167

Callers 7

ReferenceOrValueClass · 0.85
PropertyClass · 0.85
ParseTextMethod · 0.85
ParseNameMethod · 0.85
AddMethod · 0.85
SetMethod · 0.85
aiStringClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected