From Marco Jez, improvements to osgIntrospection, and new automatically generated
osgWrappers/osg set.
This commit is contained in:
32
src/osgWrappers/osg/Referenced.cpp
Normal file
32
src/osgWrappers/osg/Referenced.cpp
Normal file
@@ -0,0 +1,32 @@
|
||||
// ***************************************************************************
|
||||
//
|
||||
// Generated automatically by genwrapper.
|
||||
// Please DO NOT EDIT this file!
|
||||
//
|
||||
// ***************************************************************************
|
||||
|
||||
#include <osgIntrospection/ReflectionMacros>
|
||||
#include <osgIntrospection/TypedMethodInfo>
|
||||
#include <osgIntrospection/Attributes>
|
||||
|
||||
#include <osg/Referenced>
|
||||
|
||||
BEGIN_VALUE_REFLECTOR(osg::DeleteHandler)
|
||||
Constructor0();
|
||||
Method0(void, flush);
|
||||
Method1(void, doDelete, IN, const osg::Referenced *, object);
|
||||
Method1(void, requestDelete, IN, const osg::Referenced *, object);
|
||||
END_REFLECTOR
|
||||
|
||||
BEGIN_OBJECT_REFLECTOR(osg::Referenced)
|
||||
Constructor0();
|
||||
Constructor1(IN, const osg::Referenced &, x);
|
||||
Method1(void, setThreadSafeRefUnref, IN, bool, threadSafe);
|
||||
Method0(bool, getThreadSafeRefUnref);
|
||||
Method0(void, ref);
|
||||
Method0(void, unref);
|
||||
Method0(void, unref_nodelete);
|
||||
Method0(int, referenceCount);
|
||||
Property(bool, ThreadSafeRefUnref);
|
||||
END_REFLECTOR
|
||||
|
||||
Reference in New Issue
Block a user