Public Member Functions | |
Private (Property *owner) | |
PropertyItem * | getPropNoCreate (const std::string &key) const |
PropertyItem * | getProp (const std::string &key, bool create=true) |
void | put (const std::string &key, const std::string &val) |
void | put (const std::string &key, const Value &bit) |
void | put (const std::string &key, Value *bit) |
Property & | addGroup (const std::string &key) |
void | unput (const std::string &key) |
bool | check (const std::string &key) const |
Value & | get (const std::string &key) const |
Bottle & | putBottleCompat (const char *key, const Bottle &val) |
Bottle & | putBottle (const char *key, const Bottle &val) |
Bottle & | putBottle (const char *key) |
Bottle * | getBottle (const std::string &key) const |
void | clear () |
void | fromString (const std::string &txt, bool wipe=true) |
void | fromCommand (int argc, char *argv[], bool wipe=true) |
bool | readDir (const std::string &dirname, yarp::os::impl::DIR *&dir, std::string &result, const std::string §ion=std::string()) |
bool | readFile (const std::string &fname, std::string &result, bool allowDir) |
bool | fromConfigFile (const std::string &fname, Searchable &env, bool wipe=true) |
bool | fromConfigDir (const std::string &dirname, const std::string §ion, bool wipe=true) |
void | fromConfig (const char *txt, Searchable &env, bool wipe=true) |
void | fromBottle (Bottle &bot, bool wipe=true) |
std::string | toString () const |
std::string | expand (const char *txt, Searchable &env, Searchable &env2) |
void | fromArguments (const char *command, bool wipe=true) |
void | parseArguments (char *azParam, int *argc, char **argv, int max_arg) |
void | splitArguments (char *line, char **args) |
Public Attributes | |
std::map< std::string, PropertyItem > | data |
Property * | owner |
Definition at line 99 of file Property.cpp.
|
inlineexplicit |
Definition at line 105 of file Property.cpp.
|
inline |
Definition at line 160 of file Property.cpp.
|
inline |
Definition at line 175 of file Property.cpp.
|
inline |
Definition at line 248 of file Property.cpp.
|
inline |
Definition at line 759 of file Property.cpp.
|
inline |
Definition at line 858 of file Property.cpp.
|
inline |
Definition at line 732 of file Property.cpp.
|
inline |
Definition at line 260 of file Property.cpp.
|
inline |
Definition at line 491 of file Property.cpp.
|
inline |
Definition at line 466 of file Property.cpp.
|
inline |
Definition at line 405 of file Property.cpp.
|
inline |
Definition at line 253 of file Property.cpp.
|
inline |
Definition at line 187 of file Property.cpp.
|
inline |
Definition at line 238 of file Property.cpp.
|
inline |
Definition at line 119 of file Property.cpp.
|
inline |
Definition at line 110 of file Property.cpp.
|
inline |
Definition at line 874 of file Property.cpp.
|
inline |
Definition at line 133 of file Property.cpp.
|
inline |
Definition at line 142 of file Property.cpp.
|
inline |
Definition at line 151 of file Property.cpp.
|
inline |
Definition at line 229 of file Property.cpp.
Definition at line 220 of file Property.cpp.
|
inline |
Definition at line 209 of file Property.cpp.
|
inline |
Definition at line 348 of file Property.cpp.
|
inline |
Definition at line 383 of file Property.cpp.
|
inline |
Definition at line 919 of file Property.cpp.
|
inline |
Definition at line 746 of file Property.cpp.
|
inline |
Definition at line 170 of file Property.cpp.
std::map<std::string, PropertyItem> yarp::os::Property::Private::data |
Definition at line 102 of file Property.cpp.
Property* yarp::os::Property::Private::owner |
Definition at line 103 of file Property.cpp.