OpenASIP
2.0
|
#include <OperationModule.hh>
Public Member Functions | |
virtual | ~NullOperationModule () |
virtual std::string | name () const |
virtual bool | definesBehavior () const |
virtual std::string | behaviorModule () const |
virtual std::string | propertiesModule () const |
virtual bool | hasBehaviorSource () const |
virtual std::string | behaviorSourceModule () const |
Public Member Functions inherited from OperationModule | |
OperationModule (const std::string &name, const std::string &path) | |
OperationModule (const OperationModule &om) | |
virtual | ~OperationModule () |
OperationModule & | operator= (const OperationModule &om) |
Static Public Member Functions | |
static NullOperationModule & | instance () |
Private Member Functions | |
NullOperationModule () | |
NullOperationModule (const NullOperationModule &om) | |
NullOperationModule & | operator= (const NullOperationModule &om) |
Static Private Attributes | |
static NullOperationModule | instance_ |
Unique instance of NullOperationModule. More... | |
Singleton class that is used to represent a null value for operation state.
Definition at line 88 of file OperationModule.hh.
|
virtual |
|
private |
|
private |
|
virtual |
Writes a message to error log and aborts the program.
FileNotFound | If behavior module is not found. |
Reimplemented from OperationModule.
Definition at line 241 of file OperationModule.cc.
References abortWithError.
|
virtual |
Writes a message to error log and aborts the program.
FileNotFound | Doesn't throw. |
Reimplemented from OperationModule.
Definition at line 276 of file OperationModule.cc.
References abortWithError.
|
virtual |
Writes a message to error log and aborts the program.
Reimplemented from OperationModule.
Definition at line 229 of file OperationModule.cc.
References abortWithError.
|
virtual |
Writes a message to error log and aborts the program.
Reimplemented from OperationModule.
Definition at line 264 of file OperationModule.cc.
References abortWithError.
|
static |
|
virtual |
Writes a message to error log and aborts the program.
Reimplemented from OperationModule.
Definition at line 218 of file OperationModule.cc.
References abortWithError.
|
private |
|
virtual |
Writes a message to error log and aborts the program.
Reimplemented from OperationModule.
Definition at line 252 of file OperationModule.cc.
References abortWithError.
|
staticprivate |
Unique instance of NullOperationModule.
Definition at line 108 of file OperationModule.hh.