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

◆ declaring_type

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

◆ policy

Member Data Documentation

◆ property_accessor

template<typename T >
Acc rttr::visitor::property_info< T >::property_accessor

◆ property_item

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

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