OWLNext 7.0
Borland's Object Windows Library for the modern age
|
#include <ocf/autodefs.h>
Public Member Functions | |
TAutoEnumT (TAutoEnumVal< T > *table, int symcount, int type) | |
bool | Convert (TAutoVal &txtVal, TAutoVal &numVal) |
bool | Convert (TAutoVal &numVal, owl::TLangId langId) |
bool | Convert (TAutoVal &numVal, owl::TLangId langId) |
BGM: PRON 1325 (compiler bug) prevents this #pragma for working with some templatized functions. | |
Public Member Functions inherited from ocf::TAutoType | |
owl::uint16 | GetType () const |
Protected Attributes | |
TAutoEnumVal< T > * | Table |
pointer to array of symbol entries | |
Protected Attributes inherited from ocf::TAutoEnum | |
int | Count |
length of this symbol table | |
Additional Inherited Members | |
Public Attributes inherited from ocf::TAutoType | |
owl::uint16 | Type |
Protected Member Functions inherited from ocf::TAutoEnum | |
TAutoEnum (int count, int type) | |
Definition at line 910 of file autodefs.h.
|
inline |
Definition at line 1837 of file autodefs.h.
|
virtual |
Implements ocf::TAutoEnum.
Definition at line 1862 of file autodefs.h.
References ocf::TAutoVal::SetLocale().
|
inlinevirtual |
BGM: PRON 1325 (compiler bug) prevents this #pragma for working with some templatized functions.
Deferred for Ebony.
Implements ocf::TAutoEnum.
Definition at line 1883 of file autodefs.h.
References ocf::TAutoVal::SetLocale(), and ocf::TAutoVal::StrVal().
|
virtual |
Implements ocf::TAutoEnum.
Definition at line 1843 of file autodefs.h.
References ocf::TAutoVal::GetLanguage(), ocf::Name, ocf::TAutoVal::StrVal(), and ocf::TAutoVal::Val.
|
protected |
pointer to array of symbol entries
Definition at line 917 of file autodefs.h.