|
UDK 3.2.7 C/C++ API Reference
|
#include <refobj.hxx>
Public Member Functions | |
| ReferenceObject () throw () | |
| Construction. | |
| virtual oslInterlockedCount | acquire () throw () |
| IReference. | |
| virtual oslInterlockedCount | release () throw () |
Static Public Member Functions | |
| static void * | operator new (size_t n) throw () |
| Allocation. | |
| static void | operator delete (void *p) throw () |
| static void * | operator new (size_t, void *p) throw () |
| static void | operator delete (void *, void *) throw () |
Protected Member Functions | |
| virtual | ~ReferenceObject () throw () |
| Destruction. | |
| salhelper::ReferenceObject::ReferenceObject | ( | ) | throw () [inline] |
Construction.
| virtual salhelper::ReferenceObject::~ReferenceObject | ( | ) | throw () [inline, protected, virtual] |
Destruction.
| virtual oslInterlockedCount salhelper::ReferenceObject::acquire | ( | ) | throw () [inline, virtual] |
IReference.
Implements rtl::IReference.
| static void salhelper::ReferenceObject::operator delete | ( | void * | p | ) | throw () [inline, static] |
| static void salhelper::ReferenceObject::operator delete | ( | void * | , |
| void * | |||
| ) | throw () [inline, static] |
| static void* salhelper::ReferenceObject::operator new | ( | size_t | n | ) | throw () [inline, static] |
Allocation.
| static void* salhelper::ReferenceObject::operator new | ( | size_t | , |
| void * | p | ||
| ) | throw () [inline, static] |
| virtual oslInterlockedCount salhelper::ReferenceObject::release | ( | ) | throw () [inline, virtual] |
Implements rtl::IReference.
1.7.4