In file object.hxx:

class OObject

OObject common base class for all framework classes

Inheritance:


Public Methods

virtual const OClassInfo& getClassInfo ()
Boolean isKindOf (const OClassInfo& rClass)
OObject ()
OObject (const OCreateParam& rParam)
void operator delete (void* p)
Define private new and delete operator because of compiler bug, when allocating and deleteing a exported class
void* operator new (size_t size)
Define private new and delete operator because of compiler bug, when allocating and deleteing a exported class

Documentation

OObject common base class for all framework classes. Used for memory-management and runtime type-info.
OObject()

OObject(const OCreateParam& rParam)

void* operator new(size_t size)
Define private new and delete operator because of compiler bug, when allocating and deleteing a exported class

void operator delete(void* p)
Define private new and delete operator because of compiler bug, when allocating and deleteing a exported class

virtual const OClassInfo& getClassInfo()

Boolean isKindOf(const OClassInfo& rClass)


Direct child classes:
OThreadMutex
OString
OStream
OSemaphore
OGuard
OFutureRef
OException
OConnector
OCondition
OByteArray

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de