RequiredPropertiesConfig.hpp
virtual ~RequiredPropertiesConfig()
Destroy the configuration, freeing all the memory allocated within it.
fiftyoneDegreesPropertiesRequired * getConfig()
Get a pointer to the underlying C required properties structure.
bool containsProperty(const char *property) const
Get whether or not the property name supplied is contained in the required properties configuration.
RequiredPropertiesConfig()
Constructs a new instance of the RequiredPropertiesConfig so that all possible properties contained i...
C++ class wrapper for the fiftyoneDegreesPropertiesRequired structure.
Definition: RequiredPropertiesConfig.hpp:58
Defines a set of properties which are required by a caller.
Definition: properties.h:175
int getCount() const
Get the number of properties contained within the required properties configuration.
vector< string > getProperties() const
Get the list of properties which are required.