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

The method_info class is used to forward all information during registration of a method. More...

#include <visitor.h>

Public Types

using declaring_type = T
 The type T where this method is declared to. More...
 
using policy = Policy
 The used policy during registration. More...
 

Public Attributes

Acc function_ptr
 The function pointer of the method (can be a member- or free function) More...
 
const methodmethod_item
 The method object. More...
 

Detailed Description

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

The method_info class is used to forward all information during registration of a method.

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

Member Typedef Documentation

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

The type T where this method is declared to.

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

The used policy during registration.

Member Data Documentation

template<typename T >
Acc rttr::visitor::method_info< T >::function_ptr

The function pointer of the method (can be a member- or free function)

template<typename T >
const method& rttr::visitor::method_info< T >::method_item

The method object.


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