3 #include "gdipp_config/config_file.h"
4 #include "gdipp_lib/api.h"
12 config(const config_file
&config_file
);
13 config(const void *root_node
);
15 const wchar_t *get_string(const wchar_t *config_path
, const wchar_t *default_value
) const;
16 size_t get_string_list(const wchar_t *config_path
, const wchar_t **list_values
) const;
19 T
get_number(const wchar_t *config_path
, T default_value
) const;
21 size_t get_number_list(const wchar_t *config_path
, T
*list_values
) const;
24 const void *_root_node
;