FiReS
0.2.0
FiReS - Filter, Retrieval and Search
|
This is the complete list of members for fires::Object, including all inherited members.
_label | fires::Object | protected |
_properties | fires::Object | protected |
clearProperties(void) | fires::Object | |
deserialize(std::istream &stream) | fires::Object | |
deserialize(const boost::property_tree::ptree &root) | fires::Object | |
getProperty(const std::string &label) | fires::Object | |
getProperty(const std::string &label) const | fires::Object | |
getPropertyValue(const std::string &propertyLabel, const ValueType defaultValue) const | fires::Object | inline |
getPropertyValue(const std::string &propertyLabel) const | fires::Object | inline |
hasProperty(const std::string &label) const | fires::Object | |
label(void) | fires::Object | |
label(void) const | fires::Object | |
Object() | fires::Object | |
Object(const Object &object) | fires::Object | |
operator=(const Object &other) (defined in fires::Object) | fires::Object | |
operator[](const std::string &label) | fires::Object | |
properties(void) | fires::Object | |
properties(void) const | fires::Object | |
registerProperty(const std::string &label, const Property &property) | fires::Object | |
serialize(std::ostream &stream, bool minimizeStream=true, const std::string &linePrefix="") const | fires::Object | |
setProperty(const std::string &label, const Property &property) | fires::Object | |
unregisterProperty(const std::string &label) | fires::Object | |
~Object() | fires::Object | virtual |