Class Property

Class Documentation

class Property

Public Functions

inline Property()
inline Property(const Property &property)
inline Property(Property &&property)
inline Property(const std::string &name, const std::string &value, bool propagate = false)
inline Property(std::string &&name, std::string &&value, bool propagate = false)
inline Property &operator=(const Property &property)
inline Property &operator=(Property &&property)
inline bool operator==(const Property &b) const
inline void name(const std::string &name)
inline void name(std::string &&name)
inline const std::string &name() const
inline std::string &name()
inline void value(const std::string &value)
inline void value(std::string &&value)
inline const std::string &value() const
inline std::string &value()
inline void propagate(bool propagate)
inline bool propagate() const
inline bool &propagate()