#include <config_object_impl.h>

Public Member Functions | |
| GUID | get_guid () const |
| void | get_data (stream_writer *p_stream, abort_callback &p_abort) const |
| void | set_data (stream_reader *p_stream, abort_callback &p_abort, bool p_notify) |
| config_object_impl (const GUID &p_guid, const void *p_data, t_size p_bytes) | |
| config_object_impl::config_object_impl | ( | const GUID & | p_guid, | |
| const void * | p_data, | |||
| t_size | p_bytes | |||
| ) |
| GUID config_object_impl::get_guid | ( | ) | const [inline] |
Reimplemented from cfg_var.
| void config_object_impl::get_data | ( | stream_writer * | p_stream, | |
| abort_callback & | p_abort | |||
| ) | const [virtual] |
Implements config_object.
| void config_object_impl::set_data | ( | stream_reader * | p_stream, | |
| abort_callback & | p_abort, | |||
| bool | p_notify | |||
| ) | [virtual] |
Implements config_object.
1.5.5