#include <config_object_impl.h>

Public Types | |
| typedef void(* | t_func )(const service_ptr_t< config_object > &) |
Public Member Functions | |
| t_size | get_watched_object_count () |
| GUID | get_watched_object (t_size p_index) |
| void | on_watched_object_changed (const service_ptr_t< config_object > &p_object) |
| config_object_notify_impl_simple (const GUID &p_guid, t_func p_func) | |
| typedef void(* config_object_notify_impl_simple::t_func)(const service_ptr_t< config_object > &) |
| config_object_notify_impl_simple::config_object_notify_impl_simple | ( | const GUID & | p_guid, | |
| t_func | p_func | |||
| ) | [inline] |
| t_size config_object_notify_impl_simple::get_watched_object_count | ( | ) | [inline, virtual] |
Implements config_object_notify.
| GUID config_object_notify_impl_simple::get_watched_object | ( | t_size | p_index | ) | [inline, virtual] |
Implements config_object_notify.
| void config_object_notify_impl_simple::on_watched_object_changed | ( | const service_ptr_t< config_object > & | p_object | ) | [inline, virtual] |
Implements config_object_notify.
1.5.5