| Version 1 (modified by martin, 6 years ago) |
|---|
Changes To Reflecion
TracNav
- About
- Screenshots
- News
- Developer Blog
- Mailing Lists
- Forum
Documentation
- Getting Started
- Platform Specifics
- Tutorials
- Examples
- User Guides
- Programming Guides
- Reference Guides
- LatestDevelopments
- Porting
- CMake
- CDash
- CPack
- FAQ
- Tips And Tricks
- Maths
- Knowledge Base
- Trac Usage Examples
- TracGuide Documentation
- Software Patents
- Software Patents Europe
- Downloads
- Community
- Links
Old way
osgIntrospection::Reflection::getType(typeid(osg::Referenced));
New way
osgIntrospection::Reflection::getType(extended_typeid<osg::Referenced>());
