sbuild
1.6.10
|
This is the complete list of members for sbuild::basic_keyfile< K, P >, including all inherited members.
BAD_FILE enum value | sbuild::keyfile_base | |
basic_keyfile() | sbuild::basic_keyfile< K, P > | |
basic_keyfile(std::string const &file) | sbuild::basic_keyfile< K, P > | |
basic_keyfile(std::istream &stream) | sbuild::basic_keyfile< K, P > | |
check_keys(group_name_type const &group, key_list const &keys) const | sbuild::basic_keyfile< K, P > | |
check_priority(group_name_type const &group, key_type const &key, priority priority, bool valid) const | sbuild::basic_keyfile< K, P > | private |
comment_type typedef | sbuild::basic_keyfile< K, P > | |
DEPRECATED_KEY enum value | sbuild::keyfile_base | |
DEPRECATED_KEY_NL enum value | sbuild::keyfile_base | |
DISALLOWED_KEY enum value | sbuild::keyfile_base | |
DISALLOWED_KEY_NL enum value | sbuild::keyfile_base | |
DUPLICATE_GROUP enum value | sbuild::keyfile_base | |
DUPLICATE_KEY enum value | sbuild::keyfile_base | |
error typedef | sbuild::keyfile_base | |
error_code enum name | sbuild::keyfile_base | |
find_group(group_name_type const &group) const | sbuild::basic_keyfile< K, P > | private |
find_group(group_name_type const &group) | sbuild::basic_keyfile< K, P > | private |
find_item(group_name_type const &group, key_type const &key) const | sbuild::basic_keyfile< K, P > | private |
find_item(group_name_type const &group, key_type const &key) | sbuild::basic_keyfile< K, P > | private |
get_comment(group_name_type const &group) const | sbuild::basic_keyfile< K, P > | |
get_comment(group_name_type const &group, key_type const &key) const | sbuild::basic_keyfile< K, P > | |
get_groups() const | sbuild::basic_keyfile< K, P > | |
get_keys(group_name_type const &group) const | sbuild::basic_keyfile< K, P > | |
get_line(group_name_type const &group) const | sbuild::basic_keyfile< K, P > | |
get_line(group_name_type const &group, key_type const &key) const | sbuild::basic_keyfile< K, P > | |
get_list_value(group_name_type const &group, key_type const &key, C &container) const | sbuild::basic_keyfile< K, P > | inline |
get_list_value(group_name_type const &group, key_type const &key, priority priority, C &container) const | sbuild::basic_keyfile< K, P > | inline |
get_locale_string(group_name_type const &group, key_type const &key, value_type &value) const | sbuild::basic_keyfile< K, P > | |
get_locale_string(group_name_type const &group, key_type const &key, priority priority, value_type &value) const | sbuild::basic_keyfile< K, P > | |
get_locale_string(group_name_type const &group, key_type const &key, std::string const &locale, value_type &value) const | sbuild::basic_keyfile< K, P > | |
get_locale_string(group_name_type const &group, key_type const &key, std::string const &locale, priority priority, value_type &value) const | sbuild::basic_keyfile< K, P > | |
get_object_list_value(C &object, void(C::*method)(T param), basic_keyfile const &basic_keyfile, group_name_type const &group, key_type const &key, basic_keyfile::priority priority) | sbuild::basic_keyfile< K, P > | inlinestatic |
get_object_list_value(C &object, void(C::*method)(T const ¶m), basic_keyfile const &basic_keyfile, group_name_type const &group, key_type const &key, basic_keyfile::priority priority) | sbuild::basic_keyfile< K, P > | inlinestatic |
get_object_set_value(C &object, void(C::*method)(T param), basic_keyfile const &basic_keyfile, group_name_type const &group, key_type const &key, basic_keyfile::priority priority) | sbuild::basic_keyfile< K, P > | inlinestatic |
get_object_set_value(C &object, void(C::*method)(T const ¶m), basic_keyfile const &basic_keyfile, group_name_type const &group, key_type const &key, basic_keyfile::priority priority) | sbuild::basic_keyfile< K, P > | inlinestatic |
get_object_value(C &object, void(C::*method)(T param), basic_keyfile const &basic_keyfile, group_name_type const &group, key_type const &key, basic_keyfile::priority priority) | sbuild::basic_keyfile< K, P > | inlinestatic |
get_object_value(C &object, void(C::*method)(T const ¶m), basic_keyfile const &basic_keyfile, group_name_type const &group, key_type const &key, basic_keyfile::priority priority) | sbuild::basic_keyfile< K, P > | inlinestatic |
get_set_value(group_name_type const &group, key_type const &key, C &container) const | sbuild::basic_keyfile< K, P > | inline |
get_set_value(group_name_type const &group, key_type const &key, priority priority, C &container) const | sbuild::basic_keyfile< K, P > | inline |
get_value(group_name_type const &group, key_type const &key, T &value) const | sbuild::basic_keyfile< K, P > | inline |
get_value(group_name_type const &group, key_type const &key, priority priority, T &value) const | sbuild::basic_keyfile< K, P > | inline |
group_list typedef | sbuild::basic_keyfile< K, P > | |
group_map_type typedef | sbuild::basic_keyfile< K, P > | private |
group_name_type typedef | sbuild::basic_keyfile< K, P > | |
group_type typedef | sbuild::basic_keyfile< K, P > | private |
groups | sbuild::basic_keyfile< K, P > | private |
has_group(group_name_type const &group) const | sbuild::basic_keyfile< K, P > | |
has_key(group_name_type const &group, key_type const &key) const | sbuild::basic_keyfile< K, P > | |
INVALID_GROUP enum value | sbuild::keyfile_base | |
INVALID_KEY enum value | sbuild::keyfile_base | |
INVALID_LINE enum value | sbuild::keyfile_base | |
item_map_type typedef | sbuild::basic_keyfile< K, P > | private |
item_type typedef | sbuild::basic_keyfile< K, P > | private |
key_list typedef | sbuild::basic_keyfile< K, P > | private |
key_type typedef | sbuild::basic_keyfile< K, P > | |
keyfile_base() | sbuild::keyfile_base | |
MISSING_KEY enum value | sbuild::keyfile_base | |
MISSING_KEY_NL enum value | sbuild::keyfile_base | |
NO_GROUP enum value | sbuild::keyfile_base | |
NO_KEY enum value | sbuild::keyfile_base | |
OBSOLETE_KEY enum value | sbuild::keyfile_base | |
OBSOLETE_KEY_NL enum value | sbuild::keyfile_base | |
operator+(basic_keyfile< _K, _P > const &lhs, basic_keyfile< _K, _P > const &rhs) | sbuild::basic_keyfile< K, P > | friend |
operator+=(basic_keyfile const &rhs) | sbuild::basic_keyfile< K, P > | |
operator<<(std::basic_ostream< charT, traits > &stream, basic_keyfile const &kf) | sbuild::basic_keyfile< K, P > | friend |
operator>>(std::basic_istream< charT, traits > &stream, basic_keyfile &kf) | sbuild::basic_keyfile< K, P > | friend |
parse_type typedef | sbuild::basic_keyfile< K, P > | private |
PASSTHROUGH_G enum value | sbuild::keyfile_base | |
PASSTHROUGH_GK enum value | sbuild::keyfile_base | |
PASSTHROUGH_LG enum value | sbuild::keyfile_base | |
PASSTHROUGH_LGK enum value | sbuild::keyfile_base | |
print_comment(comment_type const &comment, std::ostream &stream) | sbuild::basic_keyfile< K, P > | privatestatic |
priority enum name | sbuild::keyfile_base | |
PRIORITY_DEPRECATED enum value | sbuild::keyfile_base | |
PRIORITY_DISALLOWED enum value | sbuild::keyfile_base | |
PRIORITY_OBSOLETE enum value | sbuild::keyfile_base | |
PRIORITY_OPTIONAL enum value | sbuild::keyfile_base | |
PRIORITY_REQUIRED enum value | sbuild::keyfile_base | |
remove_group(group_name_type const &group) | sbuild::basic_keyfile< K, P > | |
remove_key(group_name_type const &group, key_type const &key) | sbuild::basic_keyfile< K, P > | |
separator | sbuild::basic_keyfile< K, P > | private |
set_group(group_name_type const &group, comment_type const &comment) | sbuild::basic_keyfile< K, P > | |
set_group(group_name_type const &group, comment_type const &comment, size_type line) | sbuild::basic_keyfile< K, P > | |
set_list_value(group_name_type const &group, key_type const &key, I begin, I end) | sbuild::basic_keyfile< K, P > | inline |
set_list_value(group_name_type const &group, key_type const &key, I begin, I end, comment_type const &comment) | sbuild::basic_keyfile< K, P > | inline |
set_list_value(group_name_type const &group, key_type const &key, I begin, I end, comment_type const &comment, size_type line) | sbuild::basic_keyfile< K, P > | inline |
set_object_list_value(C const &object, T(C::*method)() const, basic_keyfile &basic_keyfile, group_name_type const &group, key_type const &key) | sbuild::basic_keyfile< K, P > | inlinestatic |
set_object_list_value(C const &object, T const &(C::*method)() const, basic_keyfile &basic_keyfile, group_name_type const &group, key_type const &key) | sbuild::basic_keyfile< K, P > | inlinestatic |
set_object_set_value(C const &object, T(C::*method)() const, basic_keyfile &basic_keyfile, group_name_type const &group, key_type const &key) | sbuild::basic_keyfile< K, P > | inlinestatic |
set_object_set_value(C const &object, T const &(C::*method)() const, basic_keyfile &basic_keyfile, group_name_type const &group, key_type const &key) | sbuild::basic_keyfile< K, P > | inlinestatic |
set_object_value(C const &object, T(C::*method)() const, basic_keyfile &basic_keyfile, group_name_type const &group, key_type const &key) | sbuild::basic_keyfile< K, P > | inlinestatic |
set_object_value(C const &object, T const &(C::*method)() const, basic_keyfile &basic_keyfile, group_name_type const &group, key_type const &key) | sbuild::basic_keyfile< K, P > | inlinestatic |
set_set_value(group_name_type const &group, key_type const &key, I begin, I end) | sbuild::basic_keyfile< K, P > | inline |
set_set_value(group_name_type const &group, key_type const &key, I begin, I end, comment_type const &comment) | sbuild::basic_keyfile< K, P > | inline |
set_set_value(group_name_type const &group, key_type const &key, I begin, I end, comment_type const &comment, size_type line) | sbuild::basic_keyfile< K, P > | inline |
set_value(group_name_type const &group, key_type const &key, T const &value) | sbuild::basic_keyfile< K, P > | inline |
set_value(group_name_type const &group, key_type const &key, T const &value, comment_type const &comment) | sbuild::basic_keyfile< K, P > | inline |
set_value(group_name_type const &group, key_type const &key, T const &value, comment_type const &comment, size_type line) | sbuild::basic_keyfile< K, P > | inline |
size_type typedef | sbuild::basic_keyfile< K, P > | |
UNKNOWN_KEY enum value | sbuild::keyfile_base | |
value_list typedef | sbuild::basic_keyfile< K, P > | |
value_type typedef | sbuild::basic_keyfile< K, P > | |
~basic_keyfile() | sbuild::basic_keyfile< K, P > | virtual |
~keyfile_base() | sbuild::keyfile_base | virtual |