MCPcopy Create free account
hub / github.com/Geant4/geant4 / List

Method List

source/intercoms/src/G4UIcommandTree.cc:443–454  ·  view source on GitHub ↗

--------------------------------------------------------------------

Source from the content-addressed store, hash-verified

441
442// --------------------------------------------------------------------
443void G4UIcommandTree::List() const
444{
445 ListCurrent();
446 std::size_t n_commandEntry = command.size();
447 for (std::size_t i_thCommand = 0; i_thCommand < n_commandEntry; ++i_thCommand) {
448 command[i_thCommand]->List();
449 }
450 std::size_t n_treeEntry = tree.size();
451 for (std::size_t i_thTree = 0; i_thTree < n_treeEntry; ++i_thTree) {
452 tree[i_thTree]->List();
453 }
454}
455
456// --------------------------------------------------------------------
457G4String G4UIcommandTree::CreateFileName(const char* pName)

Callers 2

ListCurrentMethod · 0.45
ListCurrentWithNumMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected