Tutorial - 0.9.6 |RTTR
Tutorial

This tutorial will guide you through the basic usage of RTTR. It is separated in two parts, using the type class and register types.

For the inpatient: 5 Minute Tutorial

Working with rttr::type

  1. Retrieve rttr::type objects
  2. Query information from rttr::type
  3. Register Class Hierarchy
  4. rttr_cast vs. dynamic_cast

Registration of Types

  1. Hello World
  2. Methods
  3. Properties
  4. Enums
  5. Variant
  6. Classes
  7. Metadata
  8. Default Arguments
  9. Parameter Names
  10. Policies
  11. Plugins