rttr::visitor::property_info< T > Struct Template - 0.9.7 |RTTR
rttr::visitor::property_info< T > Struct Template Reference

The property_info class is used to forward all information during registration of a property. More...

#include <visitor.h>

Public Types

using declaring_type = T
 
using policy = Policy
 

Public Attributes

Acc property_accessor
 
const property property_item
 

Detailed Description

template<typename T>
struct rttr::visitor::property_info< T >

The property_info class is used to forward all information during registration of a property.

The information will be forwarded when the methods: visit_property() are implemented.

Member Typedef Documentation

template<typename T >
using rttr::visitor::property_info< T >::declaring_type = T
template<typename T >
using rttr::visitor::property_info< T >::policy = Policy

Member Data Documentation

template<typename T >
Acc rttr::visitor::property_info< T >::property_accessor
template<typename T >
const property rttr::visitor::property_info< T >::property_item

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