Classes | |
| struct | bool2type |
| struct | OptVTable |
| struct | VTable |
Functions | |
| template<class T > | |
| vptr_type | base_vtable (const T *x) |
| template<class T > | |
| vptr_type | vtable (const T *x) |
| template<class T > | |
| vptr_type | vtable_select (bool2type< 0 >, const T *=0) |
| template<class T > | |
| vptr_type | vtable_select (bool2type< 1 >, const T *=0) |
| vptr_type detail::base_vtable | ( | const T * | x | ) | [inline] |
Definition at line 82 of file detail/value_store.h.
| vptr_type detail::vtable | ( | const T * | x | ) | [inline] |
Definition at line 77 of file detail/value_store.h.
| vptr_type detail::vtable_select | ( | bool2type< 0 > | , |
| const T * | = 0 |
||
| ) | [inline] |
Definition at line 69 of file detail/value_store.h.
| vptr_type detail::vtable_select | ( | bool2type< 1 > | , |
| const T * | = 0 |
||
| ) | [inline] |
Definition at line 73 of file detail/value_store.h.