OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Attributes | List of all members
osgDB::RegisterReaderWriterProxy< T > Class Template Reference

#include <Registry.h>

Public Member Functions

 RegisterReaderWriterProxy ()
 
 ~RegisterReaderWriterProxy ()
 
T * get ()
 

Protected Attributes

osg::ref_ptr< T > _rw
 

Detailed Description

template<class T>
class osgDB::RegisterReaderWriterProxy< T >

Proxy class for automatic registration of reader/writers with the Registry.

Definition at line 652 of file Registry.h.

Constructor & Destructor Documentation

template<class T >
osgDB::RegisterReaderWriterProxy< T >::RegisterReaderWriterProxy ( )
inline

Definition at line 655 of file Registry.h.

Here is the call graph for this function:

template<class T >
osgDB::RegisterReaderWriterProxy< T >::~RegisterReaderWriterProxy ( )
inline

Definition at line 664 of file Registry.h.

Here is the call graph for this function:

Member Function Documentation

template<class T >
T* osgDB::RegisterReaderWriterProxy< T >::get ( )
inline

Definition at line 672 of file Registry.h.

Member Data Documentation

template<class T >
osg::ref_ptr<T> osgDB::RegisterReaderWriterProxy< T >::_rw
protected

Definition at line 675 of file Registry.h.


The documentation for this class was generated from the following file: