#include <osgIntrospection/Export>#include <typeinfo>#include <map>#include <vector>Namespaces | |
| namespace | osgIntrospection |
Defines | |
| #define | typeof(expr) osgIntrospection::Reflection::getType(typeid(expr)) |
| This macro emulates the behavior of the standard typeid operator, returning the Type object associated to the type of the given expression. | |
|
|
This macro emulates the behavior of the standard typeid operator, returning the Type object associated to the type of the given expression.
|