|
#include <ArmarXCore/core/application/properties/PropertyDefinitionInterface.h>
#include <ArmarXCore/core/application/properties/PropertyDefinitionFormatter.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 <Ice/Handle.h>
#include <type_traits>
#include <functional>
#include <memory>
#include <string>
#include <map>
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 > |