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

Method GetCommandEntry

source/intercoms/include/G4UIcommandTree.hh:73–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 inline const G4String& GetPathName() const { return pathName; }
72 inline G4int GetTreeEntry() const { return G4int(tree.size()); }
73 inline G4int GetCommandEntry() const { return G4int(command.size()); }
74 inline G4UIcommandTree* GetTree(G4int i) { return tree[i - 1]; }
75 G4UIcommandTree* GetTree(const char* comNameC);
76 inline G4UIcommand* GetCommand(G4int i) { return command[i - 1]; }

Callers 10

CompleteCommandMethod · 0.80
TerminalHelpMethod · 0.80
ListCommandMethod · 0.80
CreateHelpTreeMethod · 0.80
CreateCompleterModelMethod · 0.80
CreateHelpTreeMethod · 0.80
RemoveCommandMethod · 0.80
CompleteCommandPathMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected