From Marco Jez, updates to osgIntrospection.

This commit is contained in:
Robert Osfield
2005-04-04 13:50:07 +00:00
parent 21a69b5317
commit 5f75f765f0
30 changed files with 7591 additions and 3213 deletions

View File

@@ -61,6 +61,7 @@ namespace osgIntrospection
private:
template<typename C> friend class Reflector;
template<typename C> friend struct TypeNameAliasProxy;
struct StaticData
{
@@ -70,7 +71,7 @@ namespace osgIntrospection
static StaticData &getOrCreateStaticData();
static Type *registerType(const std::type_info &ti);
static Type *registerOrReplaceType(const std::type_info &ti);
static Type *getOrRegisterType(const std::type_info &ti, bool replace_if_defined = false);
private:
static StaticData *staticdata__;