OGRE
1.11.6
Object-Oriented Graphics Rendering Engine
|
Classes | |
class | Ogre::ComPtr< T > |
struct | Ogre::ComPtr< T >::SafeBoolHelper |
class | Ogre::NoAddRefRelease< T > |
Namespaces | |
Ogre | |
This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ | |
Macros | |
#define | ASSUME_NOEXCEPT |
Functions | |
template<class T > | |
bool | Ogre::operator!= (const ComPtr< T > &a, const ComPtr< T > &b) ASSUME_NOEXCEPT |
template<class T > | |
bool | Ogre::operator< (const ComPtr< T > &a, const ComPtr< T > &b) ASSUME_NOEXCEPT |
template<class T > | |
bool | Ogre::operator<= (const ComPtr< T > &a, const ComPtr< T > &b) ASSUME_NOEXCEPT |
template<class T > | |
bool | Ogre::operator== (const ComPtr< T > &a, const ComPtr< T > &b) ASSUME_NOEXCEPT |
template<class T > | |
bool | Ogre::operator> (const ComPtr< T > &a, const ComPtr< T > &b) ASSUME_NOEXCEPT |
template<class T > | |
bool | Ogre::operator>= (const ComPtr< T > &a, const ComPtr< T > &b) ASSUME_NOEXCEPT |
template<class T > | |
void | Ogre::swap (ComPtr< T > &a, ComPtr< T > &b) |
#define ASSUME_NOEXCEPT |
Referenced by Ogre::ComPtr< ID3D11DepthStencilView >::Swap().