CoreLinux++
0.4.32
|
AbstractCommand captures the semantics of the capabilities of commands, which is basically to provide a execution context. More...
#include <AbstractCommand.hpp>
Public Member Functions | |
AbstractCommand (void) | |
Default Constructor. | |
AbstractCommand (AbstractCommandCref) | |
Copy constructor. | |
virtual | ~AbstractCommand (void) |
Virtual Destructor. | |
AbstractCommandRef | operator= (AbstractCommandCref) |
Assignment operator. | |
bool | operator== (AbstractCommandCref) const |
Equality operator. | |
virtual void | execute (void)=0 |
Execute the command. | |
virtual void | executeReverse (void)=0 |
Execute the reverse command. | |
![]() | |
Synchronized (void) | |
Default constructor. | |
Synchronized (SynchronizedCref) | |
Copy constructor. | |
virtual | ~Synchronized (void) |
Virtual Destructor. | |
SynchronizedRef | operator= (SynchronizedCref) |
Assignment operator. | |
bool | operator== (SynchronizedCref) const |
Equality operator. | |
Additional Inherited Members | |
![]() | |
typedef Guard * | GuardPtr |
typedef const Guard * | GuardCptr |
typedef Guard & | GuardRef |
typedef const Guard & | GuardCref |
![]() | |
Guard | access (void) const throw (SemaphoreException) |
Access returns a instance of Guard which is block scoped to the caller. More... | |
AbstractCommand captures the semantics of the capabilities of commands, which is basically to provide a execution context.