visitor.h File Reference
#include "rttr/detail/base/core_prerequisites.h"#include "rttr/rttr_enable.h"#include "rttr/type_list.h"#include "rttr/detail/visitor/visitor_registration.h"#include <type_traits>#include <functional>#include <tuple>#include "rttr/detail/visitor/visitor_impl.h"Go to the source code of this file.
Classes | |
| struct | rttr::visitor::constructor_function_info< T > |
| The constructor_function_info class is used to forward all information during registration of a constructor function. More... | |
| struct | rttr::visitor::constructor_info< T > |
| The constructor_info class is used to forward all information during registration of a constructor. More... | |
| struct | rttr::visitor::method_info< T > |
| The method_info class is used to forward all information during registration of a method. More... | |
| struct | rttr::visitor::property_getter_setter_info< T > |
| The method_info class is used to forward all information during registration of a property. More... | |
| struct | rttr::visitor::property_info< T > |
| The property_info class is used to forward all information during registration of a property. More... | |
| struct | rttr::visitor::type_info< T > |
| The type_info class is used to forward all information during registration of a class. More... | |
| class | rttr::visitor |
| The class visitor, is used for visiting your registered accessors of a type at compile time. More... | |
Namespaces | |
| rttr | |