arbeit
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

glift::Command0 Class Reference

#include <command.h>

Inheritance diagram for glift::Command0:

glift::Command List of all members.

Detailed Description

Command0 - Base class.

Definition at line 67 of file command.h.

Public Types

typedef void(* Action )()

Public Member Functions

 Command0 (Action a)
virtual void execute ()
virtual Commandclone ()


Member Typedef Documentation

typedef void(* glift::Command0::Action)()
 

Definition at line 70 of file command.h.


Constructor & Destructor Documentation

Command0::Command0 Action  a  ) 
 

Definition at line 27 of file command.cpp.

Referenced by clone().


Member Function Documentation

Command * Command0::clone  )  [virtual]
 

Implements glift::Command.

Definition at line 31 of file command.cpp.

References Command0().

virtual void glift::Command0::execute  )  [inline, virtual]
 

Implements glift::Command.

Definition at line 74 of file command.h.


The documentation for this class was generated from the following files:
Send questions, comments, and bug reports to:
jmk