All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
kanzi::ClassPropertyDefaultValue< TDataType, typename > Class Template Reference

ClassPropertyDefaultValue is a helper for installing property values as class metadata. More...

#include <kanzi/object/object.hpp>

Public Member Functions

 ClassPropertyDefaultValue (Object &thisObject, const PropertyType< TDataType > &propertyType, const TDataType &value)
 

Detailed Description

template<typename TDataType, typename = void>
class kanzi::ClassPropertyDefaultValue< TDataType, typename >

ClassPropertyDefaultValue is a helper for installing property values as class metadata.

Constructor & Destructor Documentation

template<typename TDataType, typename = void>
kanzi::ClassPropertyDefaultValue< TDataType, typename >::ClassPropertyDefaultValue ( Object thisObject,
const PropertyType< TDataType > &  propertyType,
const TDataType &  value 
)
explicit

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