Design Pattern Examples
Overview of object-oriented design patterns
Command Member List

This is the complete list of members for Command, including all inherited members.

_argument1Commandprivate
_argument2Commandprivate
_commandNameCommandprivate
_no_parameter_operationCommandprivate
_receiverCommandprivate
_two_parameter_operationCommandprivate
Command(Command_TextObject::shared_ptr_t source, const std::string &commandName, two_parameter_operation operation, const std::string &argument1, const std::string &argument2)Commandinline
Command(Command_TextObject::shared_ptr_t source, const std::string &commandName, no_parameter_operation operation)Commandinline
Execute()Commandinline
ToString()Commandinline