#include <Callable.h> [code]
Collaboration diagram for Utils::Callable< R(P1)>:
_4__coll__graph.png)
Definition at line 174 of file Callable.h.
Public Types | |
| typedef R | ReturnType |
| typedef P1 | ParameterType1 |
Public Member Functions | |
| Callable () | |
| Callable (const Callable &other) | |
| Callable (Function f) | |
| template<typename Class> | |
| Callable (Class &o, R(Class::*f)(P1)) | |
| template<typename Class> | |
| Callable (Class *o, R(Class::*f)(P1)) | |
| template<typename Class> | |
| Callable (const Class &o, R(Class::*f)(P1) const) | |
| template<typename Class> | |
| Callable (const Class *o, R(Class::*f)(P1) const) | |
| R | operator() (P1 a1) |
| bool | operator== (const Callable &other) const |
| bool | operator!= (const Callable &other) const |
Private Types | |
| typedef R(* | Function )(P1) |
Private Attributes | |
| AbstractValue< CallableImpl, NullCallableImpl > | impl |
Classes | |
| struct | CallableImpl |
| struct | ConstMemberFunctionCallableImpl |
| struct | FunctionCallableImpl |
| struct | MemberFunctionCallableImpl |
| struct | NullCallableImpl |
|
|||||
|
Definition at line 196 of file Callable.h. |
|
|||||
|
Definition at line 275 of file Callable.h. |
|
|||||
|
Definition at line 274 of file Callable.h. |
|
|||||||||
|
Definition at line 277 of file Callable.h. |
|
||||||||||
|
Definition at line 279 of file Callable.h. |
|
||||||||||
|
Definition at line 281 of file Callable.h. |
|
||||||||||||||||||||
|
Definition at line 284 of file Callable.h. |
|
||||||||||||||||||||
|
Definition at line 288 of file Callable.h. |
|
||||||||||||||||||||
|
Definition at line 292 of file Callable.h. |
|
||||||||||||||||||||
|
Definition at line 296 of file Callable.h. |
|
||||||||||
|
Definition at line 303 of file Callable.h. |
|
||||||||||
|
Definition at line 299 of file Callable.h. |
|
||||||||||
|
Definition at line 301 of file Callable.h. |
|
|||||
|
Definition at line 306 of file Callable.h. |