MCPcopy Create free account
hub / github.com/JayXon/Leanify / XMLAttribute

Function XMLAttribute

lib/tinyxml2/tinyxml2.h:1155–1155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1153 enum { BUF_SIZE = 200 };
1154
1155 XMLAttribute() : _next( 0 ), _memPool( 0 ) {}
1156 virtual ~XMLAttribute() {}
1157
1158 XMLAttribute( const XMLAttribute& ); // not supported

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected