OGRE-Next
4.0.0unstable
Object-Oriented Graphics Rendering Engine
|
Shared pointer implementation used to share index buffers. More...
#include <OgreHardwareIndexBuffer.h>
Public Member Functions | |
HardwareIndexBufferSharedPtr () | |
HardwareIndexBufferSharedPtr (HardwareIndexBuffer *buf) | |
Public Member Functions inherited from Ogre::SharedPtr< HardwareIndexBuffer > | |
SharedPtr () | |
SharedPtr (const SharedPtr &r) | |
SharedPtr (const SharedPtr< Y > &r) | |
SharedPtr (const std::shared_ptr< Y > &r) | |
SharedPtr (std::nullptr_t) | |
SharedPtr (Y *ptr) | |
SharedPtr (Y *ptr, Deleter d) | |
OGRE_DEPRECATED void | bind (HardwareIndexBuffer *rep) |
OGRE_DEPRECATED SharedPtr< Y > | dynamicCast () const |
OGRE_DEPRECATED HardwareIndexBuffer * | getPointer () const |
OGRE_DEPRECATED bool | isNull () const |
operator const std::shared_ptr< HardwareIndexBuffer > & () | |
HardwareIndexBuffer * | operator-> () const |
SharedPtr< HardwareIndexBuffer > & | operator= (const Ogre::SharedPtr< HardwareIndexBuffer > &rhs) |
OGRE_DEPRECATED void | setNull () |
OGRE_DEPRECATED SharedPtr< Y > | staticCast () const |
OGRE_DEPRECATED unsigned int | useCount () const |
Shared pointer implementation used to share index buffers.
|
inline |
|
explicit |