![]() |
OGRE-Next 3.0.0
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 (std::nullptr_t) | |
| 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 |