ACE_Command_Base Class ReferenceDefines an abstract class that allows us to invoke commands without knowing anything about the implementation. More...
Inheritance diagram for ACE_Command_Base:
![]()
Detailed DescriptionDefines an abstract class that allows us to invoke commands without knowing anything about the implementation.This class declares an interface to execute a command independent of the effect of the command, or the objects used to implement it. Constructor & Destructor Documentation
Default constructor.
Virtual destructor.
Member Function Documentation
Invokes the method encapsulated by the command, passing along the passed argument (if any). Users of classes derived from this class must ensure that the resulting invocation can tolerate a null void pointer being passed, or otherwise ensure that this will never occur. Implemented in ACE_Command_Callback< RECEIVER, ACTION >.
The documentation for this class was generated from the following files: Generated on Mon Sep 15 07:14:37 2008 for ACE by ![]() |