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

Method SealElementIfJustOpened

3rdparty/tinyxml2/tinyxml2.cpp:2848–2855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2846
2847
2848void XMLPrinter::SealElementIfJustOpened()
2849{
2850 if ( !_elementJustOpened ) {
2851 return;
2852 }
2853 _elementJustOpened = false;
2854 Putc( '>' );
2855}
2856
2857
2858void XMLPrinter::PushText( const char* text, bool cdata )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected