|
Aegis
4.25.D505
|
#include <structure.h>
Public Member Functions | |
| ~adapter_by_method () | |
Static Public Member Functions | |
| static pointer | create (T *a_obj, introspector::pointer(T::*a_fac)(), bool(T::*a_isset)() const) |
Protected Member Functions | |
| introspector::pointer | introspector_factory () |
| bool | is_set () |
| bool | redefinition_ok () |
Private Member Functions | |
| adapter_by_method (T *a_obj, introspector::pointer(T::*a_fac)(), bool(T::*a_isset)() const) | |
Private Attributes | |
| T * | obj |
| introspector::pointer(T::* | fac )() |
| bool(T::* | isset )() const |
Definition at line 75 of file structure.h.
| introspector_structure::adapter_by_method< T >::~adapter_by_method | ( | ) | [inline] |
Definition at line 79 of file structure.h.
| introspector_structure::adapter_by_method< T >::adapter_by_method | ( | T * | a_obj, |
| introspector::pointer(T::*)() | a_fac, | ||
| bool(T::*)() const | a_isset | ||
| ) | [inline, private] |
Definition at line 82 of file structure.h.
| static pointer introspector_structure::adapter_by_method< T >::create | ( | T * | a_obj, |
| introspector::pointer(T::*)() | a_fac, | ||
| bool(T::*)() const | a_isset | ||
| ) | [inline, static] |
Definition at line 92 of file structure.h.
| introspector::pointer introspector_structure::adapter_by_method< T >::introspector_factory | ( | ) | [inline, protected, virtual] |
Implements introspector_structure::adapter.
Definition at line 101 of file structure.h.
| bool introspector_structure::adapter_by_method< T >::is_set | ( | ) | [inline, protected, virtual] |
Implements introspector_structure::adapter.
Definition at line 108 of file structure.h.
| bool introspector_structure::adapter_by_method< T >::redefinition_ok | ( | ) | [inline, protected, virtual] |
Implements introspector_structure::adapter.
Definition at line 115 of file structure.h.
introspector::pointer(T::* introspector_structure::adapter_by_method< T >::fac)() [private] |
Definition at line 122 of file structure.h.
bool(T::* introspector_structure::adapter_by_method< T >::isset)() const [private] |
Definition at line 123 of file structure.h.
T* introspector_structure::adapter_by_method< T >::obj [private] |
Definition at line 121 of file structure.h.
1.7.6.1