|
|
#include <functional>#include <map>#include <memory>#include <string>#include <type_traits>#include <Ice/Handle.h>#include <ArmarXCore/core/application/properties/PropertyDefinitionFormatter.h>#include <ArmarXCore/core/application/properties/PropertyDefinitionInterface.h>#include <ArmarXCore/core/exceptions/local/InvalidPropertyValueException.h>#include <ArmarXCore/core/exceptions/local/MissingRequiredPropertyException.h>#include <ArmarXCore/core/exceptions/local/UnmappedValueException.h>#include <ArmarXCore/core/exceptions/local/ValueRangeExceededException.h>
Include dependency graph for PropertyDefinition.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | DefaultAsStringPlugin< T, class > |
| struct | DefinePropertyPlugin< T, class > |
| struct | GetPropertyPlugin< T, class > |
| struct | MapPropertyValuePlugin< T, class > |
| struct | PDInitHookPlugin< T, class > |
| class | PropertyDefinition< PropertyType > |
| PropertyDefinition defines a property that will be available within the PropertyUser. More... | |
Namespaces | |
| armarx | |
| This file offers overloads of toIce() and fromIce() functions for STL container types. | |
| armarx::meta | |
| armarx::meta::properties | |
| Ice | |
Typedefs | |
| using | PropertiesPtr = ::IceInternal::Handle<::Ice::Properties > |