ADTF
Loading...
Searching...
No Matches
adtf::base::property_type_definition< TYPE > Struct Template Reference

#include <property_type_definitions.h>

Detailed Description

template<typename TYPE>
struct adtf::base::property_type_definition< TYPE >

Concept template to define the Name and the conversion type for the given type TYPE

This template is used within the container template property_value. Use a specialization of this template to define your own property User type:

template < >
struct property_type_definition<tMyType>
{
static constexpr const char* const TYPE_NAME = "tMyType";
typedef tMyTypeConversion con_type;
};
Definition property_type_definitions.h:38
Template Parameters
TYPEvalue type for the property
See also
property_type_conversion

The documentation for this struct was generated from the following file: