This is the complete list of members for Rcs::PropertySink, including all inherited members.
clone() const =0 | Rcs::PropertySink | pure virtual |
empty() | Rcs::PropertySource | static |
exists()=0 | Rcs::PropertySource | pure virtual |
getChild(const char *prefix)=0 | Rcs::PropertySink | pure virtual |
getChildList(const char *prefix)=0 | Rcs::PropertySource | pure virtual |
getProperty(std::string &out, const char *property)=0 | Rcs::PropertySource | pure virtual |
getProperty(std::vector< std::string > &out, const char *property)=0 | Rcs::PropertySource | pure virtual |
getProperty(double &out, const char *property)=0 | Rcs::PropertySource | pure virtual |
getProperty(int &out, const char *property)=0 | Rcs::PropertySource | pure virtual |
getProperty(MatNd *&out, const char *property)=0 | Rcs::PropertySource | pure virtual |
getPropertyBool(const char *property, bool def=false)=0 | Rcs::PropertySource | pure virtual |
PropertySink() | Rcs::PropertySink | |
PropertySource() | Rcs::PropertySource | |
saveXML(const char *fileName, const char *rootNodeName)=0 | Rcs::PropertySource | pure virtual |
setProperty(const char *property, const std::string &value)=0 | Rcs::PropertySink | pure virtual |
setProperty(const char *property, bool value)=0 | Rcs::PropertySink | pure virtual |
setProperty(const char *property, int value)=0 | Rcs::PropertySink | pure virtual |
setProperty(const char *property, double value)=0 | Rcs::PropertySink | pure virtual |
setProperty(const char *property, MatNd *value)=0 | Rcs::PropertySink | pure virtual |
~PropertySink() | Rcs::PropertySink | virtual |
~PropertySource() | Rcs::PropertySource | virtual |