caseInsensitive | PropertyDefinition< PropertyType > | protected |
constness | PropertyDefinitionBase | protected |
defaultValue | PropertyDefinition< PropertyType > | protected |
description | PropertyDefinition< PropertyType > | protected |
eConstant enum value | PropertyDefinitionBase | |
eModifiable enum value | PropertyDefinitionBase | |
expandEnvironmentVariables() const | PropertyDefinition< PropertyType > | |
expandEnvVars | PropertyDefinition< PropertyType > | protected |
factory | PropertyDefinition< PropertyType > | protected |
getDefaultAsString() override | PropertyDefinition< PropertyType > | virtual |
getDefaultValue() | PropertyDefinition< PropertyType > | |
getDescription() const | PropertyDefinition< PropertyType > | |
getFactory() const | PropertyDefinition< PropertyType > | |
getMatchRegex() const | PropertyDefinition< PropertyType > | |
getMax() const | PropertyDefinition< PropertyType > | |
getMin() const | PropertyDefinition< PropertyType > | |
getPropertyName() const | PropertyDefinition< PropertyType > | |
getValue(const std::string &prefix, Ice::PropertiesPtr) | PropertyDefinition< PropertyType > | |
getValueMap() | PropertyDefinition< PropertyType > | |
icePropertyGet(Ice::PropertiesPtr const &iceProperties, std::string const &key) | PropertyDefinitionBase | static |
isCaseInsensitive() const | PropertyDefinition< PropertyType > | |
isConstant() const | PropertyDefinitionBase | inline |
isRequired() const | PropertyDefinitionBase | inline |
isSet(const std::string &prefix, Ice::PropertiesPtr iceProperties) const | PropertyDefinition< PropertyType > | |
armarx::PropertyDefinitionBase::isSet(std::string const &prefix, std::string const &propertyName, Ice::PropertiesPtr const &iceProperties) const | PropertyDefinitionBase | |
map(const std::string &valueString, PropertyType value) | PropertyDefinition< PropertyType > | inline |
map(const std::map< std::string, PropertyType > &values) | PropertyDefinition< PropertyType > | inline |
map(const std::map< T, std::string > &values) | PropertyDefinition< PropertyType > | inline |
map(const T &values) | PropertyDefinition< PropertyType > | inline |
max | PropertyDefinition< PropertyType > | protected |
min | PropertyDefinition< PropertyType > | protected |
PropertyConstness enum name | PropertyDefinitionBase | |
PropertyDefinition(PropertyType *setterRef, const std::string &propertyName, const std::string &description, PropertyDefinitionBase::PropertyConstness constness=PropertyDefinitionBase::eConstant) | PropertyDefinition< PropertyType > | |
PropertyDefinition(PropertyType *setterRef, const std::string &propertyName, PropertyType defaultValue, const std::string &description, PropertyDefinitionBase::PropertyConstness constness=PropertyDefinitionBase::eConstant) | PropertyDefinition< PropertyType > | inline |
PropertyDefinitionBase(bool required=true, PropertyConstness constness=eConstant) | PropertyDefinitionBase | inline |
PropertyFactoryFunction typedef | PropertyDefinition< PropertyType > | |
propertyName | PropertyDefinition< PropertyType > | protected |
PropertyTypePtr typedef | PropertyDefinition< PropertyType > | |
propertyValuesMap | PropertyDefinition< PropertyType > | protected |
PropertyValuesMap typedef | PropertyDefinition< PropertyType > | |
regex | PropertyDefinition< PropertyType > | protected |
removeQuotes() const | PropertyDefinition< PropertyType > | |
removeQuotes(const std::string &input, std::string &output) | PropertyDefinition< PropertyType > | static |
required | PropertyDefinitionBase | protected |
setCaseInsensitive(bool isCaseInsensitive) | PropertyDefinition< PropertyType > | |
setExpandEnvironmentVariables(bool expand) | PropertyDefinition< PropertyType > | |
setFactory(const PropertyFactoryFunction &func) | PropertyDefinition< PropertyType > | |
setMatchRegex(const std::string &expr) | PropertyDefinition< PropertyType > | |
setMax(double max) | PropertyDefinition< PropertyType > | |
setMax(std::array< T, 1 > max) | PropertyDefinition< PropertyType > | inline |
setMin(double min) | PropertyDefinition< PropertyType > | |
setMin(std::array< T, 1 > min) | PropertyDefinition< PropertyType > | inline |
setRemoveQuotes(bool removeQuotes) | PropertyDefinition< PropertyType > | |
setterRef | PropertyDefinition< PropertyType > | protected |
stringRemoveQuotes | PropertyDefinition< PropertyType > | protected |
toString(PropertyDefinitionFormatter &formatter, const std::string &value) override | PropertyDefinition< PropertyType > | virtual |
ValueEntry typedef | PropertyDefinition< PropertyType > | |
writeValueToSetter(const std::string &prefix, Ice::PropertiesPtr) override | PropertyDefinition< PropertyType > | virtual |
~PropertyDefinitionBase() | PropertyDefinitionBase | inlinevirtual |