|
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
#include <ocf/occtrl.h>
Public Member Functions | |
| TEventList (ITypeInfo *typeInfo) | |
| ~TEventList () | |
| TEventEntry & | operator[] (int index) |
| owl::uint | GetCount () const |
| const GUID & | GetEventIID () const |
Protected Attributes | |
| TEventEntry * | EventList |
| owl::uint | Count |
| GUID | EventIID |
| ocf::TEventList::TEventList | ( | ITypeInfo * | typeInfo | ) |
Definition at line 83 of file occtrl.cpp.
References Count, EventIID, EventList, and PRECONDITION.
| ocf::TEventList::~TEventList | ( | ) |
Definition at line 104 of file occtrl.cpp.
References EventList.
| TEventEntry & ocf::TEventList::operator[] | ( | int | index | ) |
Definition at line 113 of file occtrl.cpp.
References Count, EventList, and PRECONDITION.
|
protected |