#include <function.hpp>
List of all members.
Public Types |
typedef
implementation::concept_base_t
< concept_t, vtable_type > | base_type |
Public Member Functions |
| R | apply () |
| R | apply (std::tr1::false_type) |
| void | apply (std::tr1::true_type) |
| | concept_t (const vtable_type *x) |
Detailed Description
template<typename R>
struct adobe::version_1::function< R()>::concept_t
Definition at line 214 of file function.hpp.
Member Typedef Documentation
Constructor & Destructor Documentation
| concept_t |
( |
const vtable_type * |
x ) |
[explicit] |
Member Function Documentation
| R apply |
( |
std::tr1::false_type |
) |
|
| void apply |
( |
std::tr1::true_type |
) |
|