error typedef | sbuild::keyfile | |
find_group(const std::string &group) const | sbuild::keyfile | [private] |
find_group(const std::string &group) | sbuild::keyfile | [private] |
find_item(const std::string &group, const std::string &key) const | sbuild::keyfile | [private] |
find_item(const std::string &group, const std::string &key) | sbuild::keyfile | [private] |
get_groups() const | sbuild::keyfile | |
get_keys(const std::string &group) const | sbuild::keyfile | |
get_list_value(const std::string &group, const std::string &key, C< T > &value) const | sbuild::keyfile | [inline] |
get_value(const std::string &group, const std::string &key, T &value) const | sbuild::keyfile | [inline] |
group_map_type typedef | sbuild::keyfile | [private] |
group_type typedef | sbuild::keyfile | [private] |
groups | sbuild::keyfile | [private] |
has_group(const std::string &group) const | sbuild::keyfile | |
has_key(const std::string &group, const std::string &key) const | sbuild::keyfile | |
item_map_type typedef | sbuild::keyfile | [private] |
item_type typedef | sbuild::keyfile | [private] |
keyfile(const std::string &file) | sbuild::keyfile | |
keyfile(std::istream &stream) | sbuild::keyfile | |
operator<<(std::basic_ostream< charT, traits > &stream, const keyfile &kf) | sbuild::keyfile | [friend] |
operator>>(std::basic_istream< charT, traits > &stream, keyfile &kf) | sbuild::keyfile | [friend] |
print_comment(const std::string &comment, std::ostream &stream) const | sbuild::keyfile | [private] |
remove_group(const std::string &group) | sbuild::keyfile | |
remove_key(const std::string &group, const std::string &key) | sbuild::keyfile | |
separator | sbuild::keyfile | [private] |
set_list_value(const std::string &group, const std::string &key, const C< T > &value) | sbuild::keyfile | [inline] |
set_value(const std::string &group, const std::string &key, const T &value) | sbuild::keyfile | [inline] |
~keyfile() | sbuild::keyfile | [virtual] |