PropertyDefinition.h File Reference
+ 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 >
 

Functions

template<typename T >
T PropertyDefinition_lexicalCastTo (std::string const &input)
 
template<>
bool PropertyDefinition_lexicalCastTo< bool > (std::string const &input)
 
template<>
char PropertyDefinition_lexicalCastTo< char > (std::string const &input)
 
template<>
double PropertyDefinition_lexicalCastTo< double > (std::string const &input)
 
template<>
float PropertyDefinition_lexicalCastTo< float > (std::string const &input)
 
template<>
int PropertyDefinition_lexicalCastTo< int > (std::string const &input)
 
template<>
long PropertyDefinition_lexicalCastTo< long > (std::string const &input)
 
template<>
unsigned char PropertyDefinition_lexicalCastTo< unsigned char > (std::string const &input)
 
template<>
unsigned int PropertyDefinition_lexicalCastTo< unsigned int > (std::string const &input)
 
template<>
unsigned long PropertyDefinition_lexicalCastTo< unsigned long > (std::string const &input)
 
std::string PropertyDefinition_lexicalCastToString (double input)
 
std::string PropertyDefinition_lexicalCastToString (float input)
 
std::string PropertyDefinition_lexicalCastToString (int input)
 
std::string PropertyDefinition_lexicalCastToString (long input)
 
std::string PropertyDefinition_lexicalCastToString (std::string const &input)
 
std::string PropertyDefinition_lexicalCastToString (unsigned int input)
 
std::string PropertyDefinition_lexicalCastToString (unsigned long input)