MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / XMLAttribute

Function XMLAttribute

src/xml/tinyxml2.h:1141–1141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1139 enum { BUF_SIZE = 200 };
1140
1141 XMLAttribute() : _next( 0 ), _memPool( 0 ) {}
1142 virtual ~XMLAttribute() {}
1143
1144 XMLAttribute( const XMLAttribute& ); // not supported

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected