1 #ifndef INCLUDE_ORA_PROPERTIES_H
2 #define INCLUDE_ORA_PROPERTIES_H
bool hasProperty(const std::string &propertyName) const
bool getFlag(const std::string &flagName) const
bool removeProperty(const std::string &propertyName)
bool setProperty(const std::string &propertyName, const std::string &propertyValue)
std::string getProperty(const std::string &propertyName) const
std::map< std::string, std::string > m_properties
bool removeFlag(const std::string &flagName)
void setFlag(const std::string &flagName)
std::set< std::string > m_flags