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

Method PushAttribute

lib/tinyxml2/tinyxml2.cpp:2119–2125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2117
2118
2119void XMLPrinter::PushAttribute( const char* name, const char* value )
2120{
2121 TIXMLASSERT( _elementJustOpened );
2122 Print( " %s=\"", name );
2123 PrintString( value, false );
2124 Print( "\"" );
2125}
2126
2127
2128void XMLPrinter::PushAttribute( const char* name, int v )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected