9 #ifndef ThePEG_Command_H
10 #define ThePEG_Command_H
13 #include "ThePEG/Config/ThePEG.h"
14 #include "InterfaceBase.h"
73 CommandBase(
string newName,
string newDescription,
string newClassName,
74 const type_info & newTypeInfo,
bool depSafe)
76 newTypeInfo, depSafe, false) {
99 virtual string type()
const;
171 Command(
string newName,
string newDescription,
172 ExeFn newExeFn,
bool depSafe =
false)
196 #ifndef ThePEG_TEMPLATES_IN_CC_FILE
197 #include "Command.tcc"