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

The method_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

Getter property_getter
 
const property property_item
 
Setter property_setter
 

Detailed Description

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

The method_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_getter_setter_info< T >::declaring_type = T
template<typename T >
using rttr::visitor::property_getter_setter_info< T >::policy = Policy

Member Data Documentation

template<typename T >
Getter rttr::visitor::property_getter_setter_info< T >::property_getter
template<typename T >
const property rttr::visitor::property_getter_setter_info< T >::property_item
template<typename T >
Setter rttr::visitor::property_getter_setter_info< T >::property_setter

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