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