Xbase64 4.0.1
C++ Library for handling Xbase (DBF) format type files
|
Data Structures | |
class | xbDate |
xbDate class. More... | |
class | xbDbf |
Base class for handling dbf files/tables. More... | |
class | xbFile |
Class for handling low level file I/O. More... | |
struct | xbSchema |
Schema used for defining tables with CreateTable methods. More... | |
class | xbSsv |
Class for handling shared system variables. More... | |
class | xbString |
Class for handling string data. More... | |
struct | xbTblList |
class | xbTblMgr |
class | xbXBase |
xbXbase class. More... | |
Typedefs | |
typedef float | xbFloat |
typedef double | xbDouble |
typedef short int | xbBool |
typedef xbUInt64 | xbOffT |
Functions | |
std::ostream & | operator<< (std::ostream &os, const xbString &s) |
Stream insertion operator <<. More... | |
Variables | |
const xbErrorMessage | xbErrorMessages [] |
class XBDLLEXPORT | xbXBase |
class XBDLLEXPORT | xbDbf |
class XBDLLEXPORT | xbLog |
typedef short int xb::xbBool |
typedef double xb::xbDouble |
typedef float xb::xbFloat |
typedef xbUInt64 xb::xbOffT |
std::ostream & xb::operator<< | ( | std::ostream & | os, |
const xbString & | s | ||
) |
Stream insertion operator <<.
std::cout << MyString << std::endl;
os | Output stream |
s | String to send to output stream |
class XBDLLEXPORT xb::xbDbf |
const xbErrorMessage xb::xbErrorMessages[] |
class XBDLLEXPORT xb::xbLog |
class XBDLLEXPORT xb::xbXBase |