Public Member Functions | |
std::string | name () const |
The name of this field. | |
size_t | numBytes () const |
How many bytes do we need? | |
bool | isNumeric () const |
Is it numeric? | |
Friends | |
OutputStream & | operator<< (OutputStream &os, const dBASEfile::FieldDescriptor &a) |
InputStream & | operator>> (InputStream &is, dBASEfile::FieldDescriptor &a) |
bool code::dBASEfile::FieldDescriptor::isNumeric | ( | ) | const |
Is it numeric?
std::string code::dBASEfile::FieldDescriptor::name | ( | ) | const [inline] |
The name of this field.
size_t code::dBASEfile::FieldDescriptor::numBytes | ( | ) | const |
How many bytes do we need?
OutputStream& operator<< | ( | OutputStream & | os, | |
const dBASEfile::FieldDescriptor & | a | |||
) | [friend] |
InputStream& operator>> | ( | InputStream & | is, | |
dBASEfile::FieldDescriptor & | a | |||
) | [friend] |