add(const std::string &key, const std::string &value) | Dv::Util::Props | |
append(const std::string &key, const std::string &value, const std::string &separator=" ") | Dv::Util::Props | |
begin() const | Dv::Util::Props | [inline] |
clear() | Dv::Util::Props | [inline] |
end() const | Dv::Util::Props | [inline] |
erase(const std::string &key) | Dv::Util::Props | |
find(const std::string &key) const | Dv::Util::Props | |
found(const std::string &key) | Dv::Util::Props | [private] |
iterator typedef | Dv::Util::Props | |
merge(const Props &source, const std::string &scope="") | Dv::Util::Props | |
operator!=(const Props &p) const | Dv::Util::Props | [inline] |
operator()(const std::string &key) const | Dv::Util::Props | [inline] |
operator<<(std::ostream &, const Props &) | Dv::Util::Props | [friend] |
operator=(const Props &props) | Dv::Util::Props | |
operator==(const Props &) const | Dv::Util::Props | |
operator>>(std::istream &is, Props &props) | Dv::Util::Props | [friend] |
operator>>(const char *key) const | Dv::Util::Props | [inline] |
operator[](const std::string &key) const | Dv::Util::Props | |
operator[](int key) const | Dv::Util::Props | |
operator[](unsigned int key) const | Dv::Util::Props | |
operator[](long key) const | Dv::Util::Props | |
operator[](unsigned long key) const | Dv::Util::Props | |
operator[](short key) const | Dv::Util::Props | |
operator[](unsigned short key) const | Dv::Util::Props | |
operator[](const double &key) const | Dv::Util::Props | |
operator[](const std::string &k) | Dv::Util::Props | |
operator[](int k) | Dv::Util::Props | |
operator[](unsigned int k) | Dv::Util::Props | |
operator[](long k) | Dv::Util::Props | |
operator[](unsigned long k) | Dv::Util::Props | |
operator[](short k) | Dv::Util::Props | |
operator[](unsigned short k) | Dv::Util::Props | |
operator[](const double &k) | Dv::Util::Props | |
propmap typedef | Dv::Util::Props | |
Props() | Dv::Util::Props | [inline] |
Props(std::istream &is) | Dv::Util::Props | |
Props(const Props &props) | Dv::Util::Props | |
props_ | Dv::Util::Props | [private] |
read(std::istream &is, int n=-1) | Dv::Util::Props | |
receive(std::istream &is) | Dv::Util::Props | |
select(const std::string &scope, Props &target) const | Dv::Util::Props | |
send(std::ostream &os) const | Dv::Util::Props | |
size() const | Dv::Util::Props | [inline] |
substitute(std::istream &sin, std::ostream &sout, std::string(*f)(const std::string &)=0) const | Dv::Util::Props | |
substitute(const std::string &sin, std::string &sout, std::string(*f)(const std::string &)=0) const | Dv::Util::Props | |
substitute(const std::string &sin, std::string(*f)(const std::string &)=0) const | Dv::Util::Props | |
~Props() | Dv::Util::Props | [virtual] |