UDK 3.2.7 C/C++ API Reference
Public Member Functions | Static Public Member Functions | Protected Member Functions
salhelper::ReferenceObject Class Reference

#include <refobj.hxx>

Inheritance diagram for salhelper::ReferenceObject:
rtl::IReference salhelper::Future< value_type > salhelper::QueuedReaderWriterMonitor

List of all members.

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.

Constructor & Destructor Documentation

salhelper::ReferenceObject::ReferenceObject ( ) throw () [inline]

Construction.

virtual salhelper::ReferenceObject::~ReferenceObject ( ) throw () [inline, protected, virtual]

Destruction.


Member Function Documentation

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]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines