OWLNext 7.0
Borland's Object Windows Library for the modern age
|
#include <ocf/autodefs.h>
Public Member Functions | |
TAutoEnumerator () | |
TAutoEnumerator (const TAutoEnumerator< T > &cpy) | |
void | Value (T &v) |
operator T () | |
void | Value (short &v) |
void | Value (long &v) |
void | Value (bool &v) |
void | Value (TAutoString &v) |
operator short () | |
operator long () | |
operator bool () | |
operator TAutoString () | |
Public Member Functions inherited from ocf::TAutoEnumeratorBase | |
void | Bind (TAutoVal &val) |
void | Unbind () |
bool | Step () |
void | Clear () |
bool | IsValid () |
void | Object (TAutoProxy &prx) |
void | operator= (const TAutoEnumeratorBase ©) |
~TAutoEnumeratorBase () | |
Additional Inherited Members | |
Protected Member Functions inherited from ocf::TAutoEnumeratorBase | |
TAutoEnumeratorBase () | |
TAutoEnumeratorBase (const TAutoEnumeratorBase ©) | |
Protected Attributes inherited from ocf::TAutoEnumeratorBase | |
IEnumVARIANT * | Iterator |
TAutoVal | Current |
Definition at line 1364 of file autodefs.h.
|
inline |
Definition at line 1366 of file autodefs.h.
|
inline |
Definition at line 1367 of file autodefs.h.
|
inline |
Definition at line 1448 of file autodefs.h.
|
inline |
Definition at line 1445 of file autodefs.h.
|
inline |
Definition at line 1442 of file autodefs.h.
ocf::TAutoEnumerator< T >::operator T | ( | ) |
|
inline |
Definition at line 1451 of file autodefs.h.
|
inline |
Definition at line 1436 of file autodefs.h.
|
inline |
Definition at line 1433 of file autodefs.h.
|
inline |
Definition at line 1430 of file autodefs.h.
void ocf::TAutoEnumerator< T >::Value | ( | T & | v | ) |
|
inline |
Definition at line 1439 of file autodefs.h.