Definition of an abstract control.
More...
#include <Control.h>
List of all members.
Public Member Functions |
template<class T > |
const T * | as (void) const |
| Cast this instance to a desired type.
|
template<class T > |
T * | as (void) |
| Cast this instance to a desired type.
|
Detailed Description
Definition of an abstract control.
Definition at line 48 of file Control.h.
Member Function Documentation
Cast this instance to a desired type.
Make sure the type we are allocating is indeed a state
Definition at line 72 of file Control.h.
Cast this instance to a desired type.
Make sure the type we are allocating is indeed a state
Definition at line 82 of file Control.h.
The documentation for this class was generated from the following file: