MRPT  2.0.1
lib_mrpt_rtti.h
Go to the documentation of this file.
1 /* +---------------------------------------------------------------------------+
2  | Mobile Robot Programming Toolkit (MRPT) |
3  | https://www.mrpt.org/ |
4  | |
5  | Copyright (c) 2005-2020, Individual contributors, see AUTHORS file |
6  | See: https://www.mrpt.org/Authors - All rights reserved. |
7  | Released under BSD License. See details in https://www.mrpt.org/License |
8  +---------------------------------------------------------------------------+
9  */
10 
11 /** \defgroup mrpt_rtti_grp [mrpt-rtti]
12 
13 Runtime Type Information (RTTI) library, providing compiler-independent class
14 registry, class factory, and inheritance information.
15 
16 [TOC]
17 
18 # Library `mrpt-rtti`
19 <small> [New in MRPT 2.0.0] </small>
20 
21 This library is part of MRPT and can be installed in Debian-based systems with:
22 
23  sudo apt install libmrpt-rtti-dev
24 
25 See: \ref mrpt_from_cmake
26 
27 Any class with RTTI support has to be derived from mrpt::rtti::CObject, either
28 directly or via a hierarchy of inheriting classes.
29 Class factory by name enables deserialization of polymorphic classes in the
30 library \ref mrpt_serialization_grp.
31 
32 All classes defined in each MRPT module are automatically registered when
33 loading the module (if dynamically linked).
34 
35 ## Example #1: defining new user classes
36 
37 See: \ref rtti_example1/test.cpp
38 \snippet rtti_example1/test.cpp example-define-class
39 \snippet rtti_example1/test.cpp example-define-class-test
40 Output:
41 \include rtti_example1/console-ex1.out
42 
43 ## Example #2: using the class factory
44 
45 See: \ref rtti_example1/test.cpp
46 \snippet rtti_example1/test.cpp example-define-class
47 \snippet rtti_example1/test.cpp example-factory
48 Output:
49 \include rtti_example1/console-ex2.out
50 
51 */



Page generated by Doxygen 1.8.14 for MRPT 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020