OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
ocf::TObjectDescBase Struct Reference

Precursor to TServedObject containing object info. More...

#include <ocf/autodefs.h>

Inheritance diagram for ocf::TObjectDescBase:
ocf::TObjectDescriptor

Public Member Functions

const voidMostDerived ()
 

Public Attributes

const voidObject
 < ONLY for use when storing in TAutoVal union
 
TAutoClassClass
 class descriptor, contains type info
 

Detailed Description

Precursor to TServedObject containing object info.

Note
Cannot have a constructor and must limit to 8 bytes for TAutoVal union

Definition at line 451 of file autodefs.h.

Member Function Documentation

◆ MostDerived()

const void * ocf::TObjectDescBase::MostDerived ( )
inline

Definition at line 454 of file autodefs.h.

References ocf::TAutoClass::GetTypeInfo(), and ocf::MostDerived().

Member Data Documentation

◆ Class

TAutoClass* ocf::TObjectDescBase::Class

class descriptor, contains type info

Definition at line 453 of file autodefs.h.

◆ Object

const void* ocf::TObjectDescBase::Object

< ONLY for use when storing in TAutoVal union

pointer to C++ object

Definition at line 452 of file autodefs.h.


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