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

Method popElement

Engine/source/console/SimXMLDocument.cpp:532–535  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Pop last element off of stack. -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

530// Pop last element off of stack.
531// -----------------------------------------------------------------------------
532void SimXMLDocument::popElement(void)
533{
534 m_paNode.pop_back();
535}
536
537DefineEngineMethod( SimXMLDocument, popElement, void, (),,
538 "@brief Pop the last Element off the stack.\n\n")

Callers 10

SimXMLDocument.cppFile · 0.80
exportFunctionFunction · 0.80
exportTypeFunction · 0.80
exportScopeFunction · 0.80
exportBaseTypesMethod · 0.80
exportEntryTypesMethod · 0.80
exportNamespacesMethod · 0.80
exportXMLMethod · 0.80
readLayerMethod · 0.80
buildDocumentMethod · 0.80

Calls 1

pop_backMethod · 0.45

Tested by

no test coverage detected