MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / XMLAttribute

Function XMLAttribute

sourcecommon/tinyxml2.h:1110–1110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1108 enum { BUF_SIZE = 200 };
1109
1110 XMLAttribute() : _next( 0 ), _memPool( 0 ) {}
1111 virtual ~XMLAttribute() {}
1112
1113 XMLAttribute( const XMLAttribute& ); // not supported

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected