Public Member Functions | |
ComObject () | |
ComObject (T *inObject) | |
operator T * () const | |
T ** | operator& () |
T & | operator* () const |
T * | operator-> () const |
~ComObject () | |
Private Attributes | |
T * | object |
Definition at line 52 of file MSW/GteWICFileIO.h.
WICFileIO::ComObject::ComObject | ( | ) |
Definition at line 426 of file MSW/GteWICFileIO.cpp.
WICFileIO::ComObject::ComObject | ( | T * | inObject | ) |
Definition at line 433 of file MSW/GteWICFileIO.cpp.
WICFileIO::ComObject::~ComObject | ( | ) |
Definition at line 444 of file MSW/GteWICFileIO.cpp.
WICFileIO::ComObject::operator T * | ( | ) | const |
Definition at line 453 of file MSW/GteWICFileIO.cpp.
T ** WICFileIO::ComObject::operator& | ( | ) |
Definition at line 465 of file MSW/GteWICFileIO.cpp.
T & WICFileIO::ComObject::operator* | ( | ) | const |
Definition at line 459 of file MSW/GteWICFileIO.cpp.
T * WICFileIO::ComObject::operator-> | ( | ) | const |
Definition at line 471 of file MSW/GteWICFileIO.cpp.
|
private |
Definition at line 63 of file MSW/GteWICFileIO.h.