MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / PushAttribute

Method PushAttribute

3rdparty/tinyxml2/tinyxml2.cpp:2761–2769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2759
2760
2761void XMLPrinter::PushAttribute( const char* name, const char* value )
2762{
2763 TIXMLASSERT( _elementJustOpened );
2764 Putc ( ' ' );
2765 Write( name );
2766 Write( "=\"" );
2767 PrintString( value, false );
2768 Putc ( '\"' );
2769}
2770
2771
2772void XMLPrinter::PushAttribute( const char* name, int v )

Callers

nothing calls this directly

Calls 2

WriteFunction · 0.85
ToStrFunction · 0.85

Tested by

no test coverage detected