#include <Callable.h> [code]
Collaboration diagram for Utils::Callable< R(P1, P2, P3)>:
_4__coll__graph.png)
Definition at line 447 of file Callable.h.
Public Types | |
| typedef R | ReturnType |
| typedef P1 | ParameterType1 |
| typedef P2 | ParameterType2 |
| typedef P3 | ParameterType3 |
Public Member Functions | |
| Callable () | |
| Callable (const Callable &other) | |
| Callable (Function f) | |
| template<typename Class> | |
| Callable (Class &o, R(Class::*f)(P1, P2, P3)) | |
| template<typename Class> | |
| Callable (Class *o, R(Class::*f)(P1, P2, P3)) | |
| template<typename Class> | |
| Callable (const Class &o, R(Class::*f)(P1, P2, P3) const) | |
| template<typename Class> | |
| Callable (const Class *o, R(Class::*f)(P1, P2, P3) const) | |
| R | operator() (P1 a1, P2 a2, P3 a3) |
| bool | operator== (const Callable &other) const |
| bool | operator!= (const Callable &other) const |
Private Types | |
| typedef R(* | Function )(P1, P2, P3) |
Private Attributes | |
| AbstractValue< CallableImpl, NullCallableImpl > | impl |
Classes | |
| struct | CallableImpl |
| struct | ConstMemberFunctionCallableImpl |
| struct | FunctionCallableImpl |
| struct | MemberFunctionCallableImpl |
| struct | NullCallableImpl |
|
|||||
|
Definition at line 469 of file Callable.h. |
|
|||||
|
Definition at line 548 of file Callable.h. |
|
|||||
|
Definition at line 549 of file Callable.h. |
|
|||||
|
Definition at line 550 of file Callable.h. |
|
|||||
|
Definition at line 547 of file Callable.h. |
|
|||||||||
|
Definition at line 552 of file Callable.h. |
|
||||||||||
|
Definition at line 554 of file Callable.h. |
|
||||||||||
|
Definition at line 556 of file Callable.h. |
|
||||||||||||||||||||
|
Definition at line 559 of file Callable.h. |
|
||||||||||||||||||||
|
Definition at line 563 of file Callable.h. |
|
||||||||||||||||||||
|
Definition at line 567 of file Callable.h. |
|
||||||||||||||||||||
|
Definition at line 571 of file Callable.h. |
|
||||||||||
|
Definition at line 578 of file Callable.h. |
|
||||||||||||||||||||
|
Definition at line 574 of file Callable.h. |
|
||||||||||
|
Definition at line 576 of file Callable.h. |
|
|||||
|
Definition at line 581 of file Callable.h. |