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

Function XMLAttribute

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

Source from the content-addressed store, hash-verified

1243 enum { BUF_SIZE = 200 };
1244
1245 XMLAttribute() : _name(), _value(),_parseLineNum( 0 ), _next( 0 ), _memPool( 0 ) {}
1246 virtual ~XMLAttribute() {}
1247
1248 XMLAttribute( const XMLAttribute& ); // not supported

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected