HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RE_TextureHolder Class Reference

#include <RE_TextureMap.h>

Public Member Functions

 RE_TextureHolder ()
 
 RE_TextureHolder (RE_Texture *tex)
 
 RE_TextureHolder (const RE_TextureHolder &src)
 
 ~RE_TextureHolder ()
 
bool isValid () const
 
RE_Textureoperator* () const
 
RE_Textureoperator-> () const
 
void operator= (RE_Texture *tex)
 
void operator= (const RE_TextureHolder &tex)
 
void clear ()
 
bool operator== (const RE_Texture *tex) const
 
bool operator!= (const RE_Texture *tex) const
 
bool operator== (const RE_TextureHolder &tex) const
 
bool operator!= (const RE_TextureHolder &tex) const
 
int usageCount () const
 

Detailed Description

Definition at line 34 of file RE_TextureMap.h.

Constructor & Destructor Documentation

RE_TextureHolder::RE_TextureHolder ( )
inline

Definition at line 37 of file RE_TextureMap.h.

RE_TextureHolder::RE_TextureHolder ( RE_Texture tex)
inline

Definition at line 38 of file RE_TextureMap.h.

RE_TextureHolder::RE_TextureHolder ( const RE_TextureHolder src)
inline

Definition at line 44 of file RE_TextureMap.h.

RE_TextureHolder::~RE_TextureHolder ( )
inline

Definition at line 50 of file RE_TextureMap.h.

Member Function Documentation

void RE_TextureHolder::clear ( void  )
inline

Definition at line 73 of file RE_TextureMap.h.

bool RE_TextureHolder::isValid ( ) const
inline

Definition at line 56 of file RE_TextureMap.h.

bool RE_TextureHolder::operator!= ( const RE_Texture tex) const
inline

Definition at line 84 of file RE_TextureMap.h.

bool RE_TextureHolder::operator!= ( const RE_TextureHolder tex) const
inline

Definition at line 88 of file RE_TextureMap.h.

RE_Texture* RE_TextureHolder::operator* ( ) const
inline

Definition at line 57 of file RE_TextureMap.h.

RE_Texture* RE_TextureHolder::operator-> ( ) const
inline

Definition at line 58 of file RE_TextureMap.h.

void RE_TextureHolder::operator= ( RE_Texture tex)
inline

Definition at line 60 of file RE_TextureMap.h.

void RE_TextureHolder::operator= ( const RE_TextureHolder tex)
inline

Definition at line 68 of file RE_TextureMap.h.

bool RE_TextureHolder::operator== ( const RE_Texture tex) const
inline

Definition at line 82 of file RE_TextureMap.h.

bool RE_TextureHolder::operator== ( const RE_TextureHolder tex) const
inline

Definition at line 86 of file RE_TextureMap.h.

int RE_TextureHolder::usageCount ( ) const
inline

Definition at line 91 of file RE_TextureMap.h.


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