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

#include <ocf/occtrl.h>

Public Member Functions

 TEventList (ITypeInfo *typeInfo)
 
 ~TEventList ()
 
TEventEntryoperator[] (int index)
 
owl::uint GetCount () const
 
const GUIDGetEventIID () const
 

Protected Attributes

TEventEntryEventList
 
owl::uint Count
 
GUID EventIID
 

Detailed Description

Definition at line 54 of file occtrl.h.

Constructor & Destructor Documentation

◆ TEventList()

ocf::TEventList::TEventList ( ITypeInfo * typeInfo)

Definition at line 83 of file occtrl.cpp.

References Count, EventIID, EventList, and PRECONDITION.

◆ ~TEventList()

ocf::TEventList::~TEventList ( )

Definition at line 104 of file occtrl.cpp.

References EventList.

Member Function Documentation

◆ GetCount()

owl::uint ocf::TEventList::GetCount ( ) const
inline

Definition at line 60 of file occtrl.h.

◆ GetEventIID()

const GUID & ocf::TEventList::GetEventIID ( ) const
inline

Definition at line 61 of file occtrl.h.

◆ operator[]()

TEventEntry & ocf::TEventList::operator[] ( int index)

Definition at line 113 of file occtrl.cpp.

References Count, EventList, and PRECONDITION.

Member Data Documentation

◆ Count

owl::uint ocf::TEventList::Count
protected

Definition at line 64 of file occtrl.h.

◆ EventIID

GUID ocf::TEventList::EventIID
protected

Definition at line 65 of file occtrl.h.

◆ EventList

TEventEntry* ocf::TEventList::EventList
protected

Definition at line 63 of file occtrl.h.


The documentation for this class was generated from the following files: