From Mike Wittman, "These changes add support for reflection of reference and const reference type representations via osgIntrospection::Type. This covers just the static type information; the dynamic behavior via Type::createInstance/Type::InvokeMethod should not be affected."

This commit is contained in:
Robert Osfield
2007-02-12 17:14:46 +00:00
parent 4ed84daf2f
commit a725e0af7d
15 changed files with 970 additions and 887 deletions

View File

@@ -119,6 +119,10 @@ SOURCE=..\..\src\osgIntrospection\Reflection.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\osgIntrospection\Reflector.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\osgIntrospection\Type.cpp
# End Source File
# Begin Source File