MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / PushAttribute

Method PushAttribute

sourcecommon/tinyxml2.cpp:2018–2024  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2016
2017
2018void XMLPrinter::PushAttribute( const char* name, const char* value )
2019{
2020 TIXMLASSERT( _elementJustOpened );
2021 Print( " %s=\"", name );
2022 PrintString( value, false );
2023 Print( "\"" );
2024}
2025
2026
2027void XMLPrinter::PushAttribute( const char* name, int v )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected