MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / PushAttribute

Method PushAttribute

Dependencies/tinyxml2/src/tinyxml2.cpp:2579–2587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2577
2578
2579void XMLPrinter::PushAttribute( const char* name, const char* value )
2580{
2581 TIXMLASSERT( _elementJustOpened );
2582 Putc ( ' ' );
2583 Write( name );
2584 Write( "=\"" );
2585 PrintString( value, false );
2586 Putc ( '\"' );
2587}
2588
2589
2590void XMLPrinter::PushAttribute( const char* name, int v )

Callers

nothing calls this directly

Calls 1

WriteFunction · 0.85

Tested by

no test coverage detected