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
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
◆ declaring_type
◆ policy
Member Data Documentation
◆ property_getter
Getter rttr::visitor::property_getter_setter_info< T >::property_getter |
◆ property_item
◆ property_setter
Setter rttr::visitor::property_getter_setter_info< T >::property_setter |
The documentation for this struct was generated from the following file:
Generated on Fri Jan 26 2024 00:00:00 for rttr - 0.9.7 by doxygen.