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 90 of file OgreSharedPtr.h.

Constructor & Destructor Documentation

◆ SharedPtrInfoFree()

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

Definition at line 94 of file OgreSharedPtr.h.

References mObject.

◆ ~SharedPtrInfoFree()

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

Definition at line 96 of file OgreSharedPtr.h.

References Ogre::MEMCATEGORY_GENERAL, mObject, and OGRE_FREE.

Member Data Documentation

◆ mObject

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

Definition at line 92 of file OgreSharedPtr.h.

Referenced by SharedPtrInfoFree(), and ~SharedPtrInfoFree().

◆ useCount

AtomicScalar<unsigned> Ogre::SharedPtrInfo::useCount
inherited

Definition at line 60 of file OgreSharedPtr.h.

Referenced by SharedPtrInfo().


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

Copyright © 2012 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.