Files
OpenSceneGraph/src/osgWrappers/osgIntrospection/Value.cpp

45 lines
1.5 KiB
C++

// ***************************************************************************
//
// Generated automatically by genwrapper.
// Please DO NOT EDIT this file!
//
// ***************************************************************************
#include <osgIntrospection/ReflectionMacros>
#include <osgIntrospection/TypedMethodInfo>
#include <osgIntrospection/Attributes>
#include <osgIntrospection/Type>
#include <osgIntrospection/Value>
// Must undefine IN and OUT macros defined in Windows headers
#ifdef IN
#undef IN
#endif
#ifdef OUT
#undef OUT
#endif
BEGIN_VALUE_REFLECTOR(osgIntrospection::Value)
I_Constructor0();
I_Constructor1(IN, void *, v);
I_Constructor1(IN, const void *, v);
I_Constructor1(IN, const osgIntrospection::Value &, copy);
I_Method0(bool, isTypedPointer);
I_Method0(bool, isEmpty);
I_Method0(bool, isNullPointer);
I_Method0(const osgIntrospection::Type &, getType);
I_Method0(const osgIntrospection::Type &, getInstanceType);
I_Method1(osgIntrospection::Value, convertTo, IN, const osgIntrospection::Type &, outtype);
I_Method1(osgIntrospection::Value, tryConvertTo, IN, const osgIntrospection::Type &, outtype);
I_Method0(std::string, toString);
I_Method1(void, swap, IN, osgIntrospection::Value &, v);
I_ReadOnlyProperty(const osgIntrospection::Type &, InstanceType);
I_ReadOnlyProperty(const osgIntrospection::Type &, Type);
END_REFLECTOR
TYPE_NAME_ALIAS(std::vector< osgIntrospection::Value >, osgIntrospection::ValueList);
STD_VECTOR_REFLECTOR(std::vector< osgIntrospection::Value >);