Xbase64 4.0.1
C++ Library for handling Xbase (DBF) format type files
Data Structures | Typedefs | Functions | Variables
xb Namespace Reference

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 Documentation

◆ xbBool

typedef short int xb::xbBool

◆ xbDouble

typedef double xb::xbDouble

◆ xbFloat

typedef float xb::xbFloat

◆ xbOffT

typedef xbUInt64 xb::xbOffT

Function Documentation

◆ operator<<()

std::ostream & xb::operator<< ( std::ostream &  os,
const xbString s 
)

Stream insertion operator <<.

std::cout << MyString << std::endl;

Parameters
osOutput stream
sString to send to output stream

Variable Documentation

◆ xbDbf

class XBDLLEXPORT xb::xbDbf

◆ xbErrorMessages

const xbErrorMessage xb::xbErrorMessages[]

◆ xbLog

class XBDLLEXPORT xb::xbLog

◆ xbXBase

class XBDLLEXPORT xb::xbXBase