MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / PushAttribute

Method PushAttribute

Engine/lib/tinyxml/tinyxml2.cpp:2728–2736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2726
2727
2728void XMLPrinter::PushAttribute( const char* name, const char* value )
2729{
2730 TIXMLASSERT( _elementJustOpened );
2731 Putc ( ' ' );
2732 Write( name );
2733 Write( "=\"" );
2734 PrintString( value, false );
2735 Putc ( '\"' );
2736}
2737
2738
2739void XMLPrinter::PushAttribute( const char* name, int v )

Callers

nothing calls this directly

Calls 1

WriteFunction · 0.70

Tested by

no test coverage detected