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

Class Method

source/intercoms/include/G4GenericMessenger.hh:152–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 };
151
152 struct Method : public Command
153 {
154 Method(const G4AnyMethod& fun, void* obj, G4UIcommand* cmd)
155 : Command(cmd, fun.ArgType()), method(fun), object(obj)
156 {}
157 Method() = default;
158 G4AnyMethod method;
159 void* object = nullptr;
160 };
161
162 // Declare Methods
163

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected