|
Aegis
4.25.D505
|
#include <time.h>
Public Member Functions | |
| virtual | ~adapter_by_method () |
Static Public Member Functions | |
| static pointer | create (T *ao, void(T::*as)(time_t), bool(T::*ais)() const) |
Protected Member Functions | |
| void | set (time_t x) |
| bool | is_set () const |
Private Member Functions | |
| adapter_by_method (T *a_obj, void(T::*a_set)(time_t), bool(T::*a_is_set)() const) | |
| adapter_by_method () | |
| adapter_by_method (const adapter_by_method &) | |
| adapter_by_method & | operator= (const adapter_by_method &) |
Private Attributes | |
| T * | obj |
| void(T::* | set_method )(time_t) |
| bool(T::* | is_set_method )() const |
| virtual introspector_time::adapter_by_method< T >::~adapter_by_method | ( | ) | [inline, virtual] |
| introspector_time::adapter_by_method< T >::adapter_by_method | ( | T * | a_obj, |
| void(T::*)(time_t) | a_set, | ||
| bool(T::*)() const | a_is_set | ||
| ) | [inline, private] |
| introspector_time::adapter_by_method< T >::adapter_by_method | ( | ) | [private] |
| introspector_time::adapter_by_method< T >::adapter_by_method | ( | const adapter_by_method< T > & | ) | [private] |
| static pointer introspector_time::adapter_by_method< T >::create | ( | T * | ao, |
| void(T::*)(time_t) | as, | ||
| bool(T::*)() const | ais | ||
| ) | [inline, static] |
| bool introspector_time::adapter_by_method< T >::is_set | ( | ) | const [inline, protected, virtual] |
Implements introspector_time::adapter.
| adapter_by_method& introspector_time::adapter_by_method< T >::operator= | ( | const adapter_by_method< T > & | ) | [private] |
| void introspector_time::adapter_by_method< T >::set | ( | time_t | x | ) | [inline, protected, virtual] |
Implements introspector_time::adapter.
bool(T::* introspector_time::adapter_by_method< T >::is_set_method)() const [private] |
T* introspector_time::adapter_by_method< T >::obj [private] |
void(T::* introspector_time::adapter_by_method< T >::set_method)(time_t) [private] |
1.7.6.1