OGRE-Next  2.3
Object-Oriented Graphics Rendering Engine
OgreComPtr.h File Reference
#include "OgrePrerequisites.h"
#include <winerror.h>

Classes

class  Ogre::ComPtr< T >
 
class  Ogre::NoAddRefRelease< T >
 

Namespaces

 Ogre
 

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)
 

Macro Definition Documentation

◆ ASSUME_NOEXCEPT

#define ASSUME_NOEXCEPT