MCPcopy Create free account
hub / github.com/devosoft/avida / GetCommandList

Method GetCommandList

avida-core/source/analyze/cAnalyzeCommand.h:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 const cString& GetArgs() const { return m_args; }
53 cString GetArgs() { return m_args; }
54 virtual tList<cAnalyzeCommand>* GetCommandList() { return NULL; }
55
56 /*
57 added to satisfy Boost.Python; the semantics are fairly useless --

Callers 7

ProcessCommandLineMethod · 0.45
RunMethod · 0.45
FunctionCreateMethod · 0.45
FunctionRunMethod · 0.45
LoadCommandListMethod · 0.45
RunInteractiveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected