16 #ifndef __CMD_Command_H__
17 #define __CMD_Command_H__
28 const char *
getName()
const {
return myName; }
34 bool isSafe()
const {
return myIsSafe; }
38 const char *myOptions;
*get result *(waiting if necessary)*A common idiom is to fire a bunch of sub tasks at the and then *wait for them to all complete We provide a helper class
void(* CMD_Callback)(CMD_Args &args)
const char * getDSOLocation()
CMD_Command * getChainCommand()
const char * getOptions() const
#define UT_NON_COPYABLE(CLASS)
Define deleted copy constructor and assignment operator inside a class.
CMD_Callback & getCallback()
**If you just want to fire and args
const char * getName() const
CMD_API void CMDpythonCommandCallback(CMD_Args &args)