This is the complete list of members for yarp::os::Property, including all inherited members.
addGroup(const std::string &key) | yarp::os::Property | |
check(const std::string &key) const override | yarp::os::Property | virtual |
check(const std::string &key) const=0 | yarp::os::Property | |
check(const std::string &key, const std::string &comment) const | yarp::os::Property | |
check(const std::string &key, Value *&result, const std::string &comment="") const | yarp::os::Property | |
check(const std::string &key, const Value &fallback, const std::string &comment="") const | yarp::os::Property | |
yarp::os::Searchable::check(const std::string &key, const std::string &comment) const | yarp::os::Searchable | virtual |
yarp::os::Searchable::check(const std::string &key, Value *&result, const std::string &comment="") const | yarp::os::Searchable | virtual |
yarp::os::Searchable::check(const std::string &key, const Value &fallback, const std::string &comment="") const | yarp::os::Searchable | virtual |
clear() | yarp::os::Property | |
copyPortable(const PortWriter &writer, PortReader &reader) | yarp::os::Portable | static |
find(const std::string &key) const override | yarp::os::Property | virtual |
findGroup(const std::string &key) const override | yarp::os::Property | virtual |
findGroup(const std::string &key) const=0 | yarp::os::Property | |
findGroup(const std::string &key, const std::string &comment) const | yarp::os::Property | |
yarp::os::Searchable::findGroup(const std::string &key, const std::string &comment) const | yarp::os::Searchable | |
fromArguments(const char *arguments, bool wipe=true) | yarp::os::Property | |
fromCommand(int argc, char *argv[], bool skipFirst=true, bool wipe=true) | yarp::os::Property | |
fromCommand(int argc, const char *argv[], bool skipFirst=true, bool wipe=true) | yarp::os::Property | |
fromConfig(const char *txt, bool wipe=true) | yarp::os::Property | |
fromConfig(const char *txt, Searchable &env, bool wipe=true) | yarp::os::Property | |
fromConfigDir(const std::string &dirname, const std::string §ion=std::string(), bool wipe=true) | yarp::os::Property | |
fromConfigFile(const std::string &fname, bool wipe=true) | yarp::os::Property | |
fromConfigFile(const std::string &fname, Searchable &env, bool wipe=true) | yarp::os::Property | |
fromQuery(const char *url, bool wipe=true) | yarp::os::Property | |
fromString(const std::string &txt, bool wipe=true) | yarp::os::Property | |
getReadType() const | yarp::os::PortReader | virtual |
getType() const | yarp::os::Portable | virtual |
getWriteType() const | yarp::os::PortWriter | virtual |
isNull() const | yarp::os::Searchable | virtual |
onCommencement() const | yarp::os::PortWriter | virtual |
onCompletion() const | yarp::os::PortWriter | virtual |
operator=(const Property &prop) | yarp::os::Property | |
operator=(Property &&prop) noexcept | yarp::os::Property | |
yarp::os::Searchable::operator=(const Searchable &rhs)=default | yarp::os::Searchable | |
yarp::os::Searchable::operator=(Searchable &&rhs) noexcept=default | yarp::os::Searchable | |
Property() | yarp::os::Property | |
Property(int hash_size) | yarp::os::Property | |
Property(const char *str) | yarp::os::Property | |
Property(const Property &rhs) | yarp::os::Property | |
Property(Property &&rhs) noexcept | yarp::os::Property | |
Property(std::initializer_list< std::pair< std::string, yarp::os::Value >> values) | yarp::os::Property | |
put(const std::string &key, const std::string &value) | yarp::os::Property | |
put(const std::string &key, const Value &value) | yarp::os::Property | |
put(const std::string &key, Value *value) | yarp::os::Property | |
put(const std::string &key, int value) | yarp::os::Property | |
put(const std::string &key, double value) | yarp::os::Property | |
read(ConnectionReader &reader) override | yarp::os::Property | virtual |
Searchable() | yarp::os::Searchable | explicit |
Searchable(const Searchable &rhs)=default | yarp::os::Searchable | |
Searchable(Searchable &&rhs) noexcept=default | yarp::os::Searchable | |
toString() const override | yarp::os::Property | virtual |
unput(const std::string &key) | yarp::os::Property | |
write(ConnectionWriter &writer) const override | yarp::os::Property | virtual |
~PortReader() | yarp::os::PortReader | virtual |
~PortWriter() | yarp::os::PortWriter | virtual |
~Property() override | yarp::os::Property | |
~Searchable() | yarp::os::Searchable | virtual |