#include <config_object_impl.h>

Public Member Functions | |
| GUID | get_guid () const |
| For internal use only, do not call. | |
| 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_fixed_impl_t (const GUID &p_guid, const void *p_data) | |
| config_object_fixed_impl_t< p_size >::config_object_fixed_impl_t | ( | const GUID & | p_guid, | |
| const void * | p_data | |||
| ) | [inline] |
| GUID config_object_fixed_impl_t< p_size >::get_guid | ( | ) | const [inline] |
| void config_object_fixed_impl_t< p_size >::get_data | ( | stream_writer * | p_stream, | |
| abort_callback & | p_abort | |||
| ) | const [inline, virtual] |
Implements config_object.
| void config_object_fixed_impl_t< p_size >::set_data | ( | stream_reader * | p_stream, | |
| abort_callback & | p_abort, | |||
| bool | p_notify | |||
| ) | [inline, virtual] |
Implements config_object.
1.5.5