OGRE  1.9.0
Ogre::SharedPtrInfoFree< T > Class Template Reference

#include <OgreSharedPtr.h>

Inheritance diagram for Ogre::SharedPtrInfoFree< T >:

Public Member Functions

 SharedPtrInfoFree (T *o)
 
virtual ~SharedPtrInfoFree ()
 

Public Attributes

AtomicScalar< unsigned > useCount
 

Private Attributes

T * mObject
 

Detailed Description

template<class T>
class Ogre::SharedPtrInfoFree< T >

Definition at line 96 of file OgreSharedPtr.h.

Constructor & Destructor Documentation

◆ SharedPtrInfoFree()

template<class T >
Ogre::SharedPtrInfoFree< T >::SharedPtrInfoFree ( T * o)

Definition at line 100 of file OgreSharedPtr.h.

◆ ~SharedPtrInfoFree()

template<class T >
virtual Ogre::SharedPtrInfoFree< T >::~SharedPtrInfoFree ( )
virtual

Member Data Documentation

◆ mObject

template<class T >
T* Ogre::SharedPtrInfoFree< T >::mObject
private

Definition at line 98 of file OgreSharedPtr.h.

Referenced by Ogre::SharedPtrInfoFree< T >::~SharedPtrInfoFree().

◆ useCount


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