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 103 of file Property.cpp.
|
inlineexplicit |
Definition at line 109 of file Property.cpp.
|
inline |
Definition at line 167 of file Property.cpp.
|
inline |
Definition at line 183 of file Property.cpp.
|
inline |
Definition at line 258 of file Property.cpp.
|
inline |
Definition at line 742 of file Property.cpp.
|
inline |
Definition at line 841 of file Property.cpp.
|
inline |
Definition at line 715 of file Property.cpp.
|
inline |
Definition at line 270 of file Property.cpp.
|
inline |
Definition at line 502 of file Property.cpp.
|
inline |
Definition at line 477 of file Property.cpp.
|
inline |
Definition at line 415 of file Property.cpp.
|
inline |
Definition at line 263 of file Property.cpp.
|
inline |
Definition at line 195 of file Property.cpp.
|
inline |
Definition at line 248 of file Property.cpp.
|
inline |
Definition at line 123 of file Property.cpp.
|
inline |
Definition at line 114 of file Property.cpp.
|
inline |
Definition at line 857 of file Property.cpp.
|
inline |
Definition at line 137 of file Property.cpp.
|
inline |
Definition at line 147 of file Property.cpp.
|
inline |
Definition at line 157 of file Property.cpp.
|
inline |
Definition at line 238 of file Property.cpp.
Definition at line 228 of file Property.cpp.
|
inline |
Definition at line 217 of file Property.cpp.
|
inline |
Definition at line 358 of file Property.cpp.
|
inline |
Definition at line 393 of file Property.cpp.
|
inline |
Definition at line 902 of file Property.cpp.
|
inline |
Definition at line 729 of file Property.cpp.
|
inline |
Definition at line 178 of file Property.cpp.
std::map<std::string, PropertyItem> yarp::os::Property::Private::data |
Definition at line 106 of file Property.cpp.
Property* yarp::os::Property::Private::owner |
Definition at line 107 of file Property.cpp.