Classes | Namespaces | Defines | Typedefs | Enumerations

Reflection File Reference

#include <osgIntrospection/Export>
#include <osgIntrospection/ExtendedTypeInfo>
#include <typeinfo>
#include <map>
#include <vector>
#include <list>

Classes

class  osgIntrospection::Reflection
struct  osgIntrospection::Reflection::StaticData

Namespaces

namespace  osgIntrospection

Defines

#define OSGINTROSPECTION_REFLECTION_
#define typeof(type)   osgIntrospection::Reflection::getType(extended_typeid< type >())
#define typeofvalue(val)   osgIntrospection::Reflection::getType(osgIntrospection::ExtendedTypeInfo(typeid(val), false, false))

Typedefs

typedef std::map
< ExtendedTypeInfo, Type * > 
osgIntrospection::TypeMap

Enumerations

enum  osgIntrospection::CastType { osgIntrospection::STATIC_CAST, osgIntrospection::DYNAMIC_CAST, osgIntrospection::REINTERPRET_CAST, osgIntrospection::COMPOSITE_CAST }

Define Documentation

#define OSGINTROSPECTION_REFLECTION_
#define typeof (   type )    osgIntrospection::Reflection::getType(extended_typeid< type >())
#define typeofvalue (   val )    osgIntrospection::Reflection::getType(osgIntrospection::ExtendedTypeInfo(typeid(val), false, false))