#include <Callable.h> [code]
Collaboration diagram for Utils::Callable< R()>:
_4__coll__graph.png)
Definition at line 39 of file Callable.h.
Public Types | |
| typedef R | ReturnType |
Public Member Functions | |
| Callable () | |
| Callable (const Callable &other) | |
| Callable (Function f) | |
| template<typename Class> | |
| Callable (Class &o, R(Class::*f)()) | |
| template<typename Class> | |
| Callable (Class *o, R(Class::*f)()) | |
| template<typename Class> | |
| Callable (const Class &o, R(Class::*f)() const) | |
| template<typename Class> | |
| Callable (const Class *o, R(Class::*f)() const) | |
| R | operator() () |
| bool | operator== (const Callable &other) const |
| bool | operator!= (const Callable &other) const |
Private Types | |
| typedef R(* | Function )() |
Private Attributes | |
| AbstractValue< CallableImpl, NullCallableImpl > | impl |
Classes | |
| struct | CallableImpl |
| struct | ConstMemberFunctionCallableImpl |
| struct | FunctionCallableImpl |
| struct | MemberFunctionCallableImpl |
| struct | NullCallableImpl |
|
|||||
|
Definition at line 61 of file Callable.h. |
|
|||||
|
Definition at line 139 of file Callable.h. |
|
|||||||||
|
Definition at line 141 of file Callable.h. |
|
||||||||||
|
Definition at line 143 of file Callable.h. |
|
||||||||||
|
Definition at line 145 of file Callable.h. |
|
||||||||||||||||||||
|
Definition at line 148 of file Callable.h. |
|
||||||||||||||||||||
|
Definition at line 152 of file Callable.h. |
|
||||||||||||||||||||
|
Definition at line 156 of file Callable.h. |
|
||||||||||||||||||||
|
Definition at line 160 of file Callable.h. |
|
||||||||||
|
Definition at line 167 of file Callable.h. |
|
|||||||||
|
Definition at line 163 of file Callable.h. |
|
||||||||||
|
Definition at line 165 of file Callable.h. |
|
|||||
|
Definition at line 170 of file Callable.h. |