#include <dbf.h>
Collaboration diagram for DBF_EntryDeclaration:
Public Methods | |
DBF_EntryDeclaration (unsigned char firstChar, std::istream &in, unsigned &offset_in_record, unsigned &index_) | |
virtual | ~DBF_EntryDeclaration () |
const std::string & | Name () const |
unsigned | Fieldlen () const |
unsigned | Offset () const |
unsigned | Index () const |
bool | is_numeric () const |
bool | is_string () const |
void | dump (std::ostream &out) const |
DECLARE_STREAM_OP (DBF_EntryDeclaration) | |
bool | operator< (const DBF_EntryDeclaration &other) const |
Private Attributes | |
std::string | name |
char | type |
char | xtra [4] |
unsigned char | fieldlen |
char | right |
unsigned | offset |
unsigned | index |
Definition at line 52 of file dbf.h.
|
|
|
|
|
|
|
Definition at line 67 of file dbf.h. Referenced by DBF_EntryDeclaration::dump(). |
|
Definition at line 68 of file dbf.h. Referenced by DBF_EntryDeclaration::dump(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 54 of file dbf.h. Referenced by DBF_EntryDeclaration::dump(), DBF_EntryDeclaration::Name(), and DBF_EntryDeclaration::operator<(). |
|
Definition at line 55 of file dbf.h. Referenced by DBF_EntryDeclaration::dump(), DBF_EntryDeclaration::is_numeric(), and DBF_EntryDeclaration::is_string(). |
|
|
|
Definition at line 57 of file dbf.h. Referenced by DBF_EntryDeclaration::Fieldlen(). |
|
|
|
Definition at line 59 of file dbf.h. Referenced by DBF_EntryDeclaration::Offset(). |
|
Definition at line 60 of file dbf.h. Referenced by DBF_EntryDeclaration::Index(). |
Contact me in case of errors or questions. This documentation is powered by ![]() |
(C) 2000-2002 ![]() |