BBPort.h File Reference

Go to the source code of this file.

Typedefs

typedef uint8_t BYTE
typedef BYTEPBYTE
typedef bool BOOL
typedef int16_t SWORD
typedef uint32_t DWORD
typedef DWORD HANDLE
typedef uint32_t ULONG
typedef int32_t LONG
typedef int64_t INT64
typedef uint16_t WORD
typedef WORDPWORD
typedef uint UINT
typedef char TCHAR
typedef char BCHAR
typedef UINTPUINT
typedef TCHAR BBCHAR
typedef TCHARPBBCHAR
typedef unsigned char UCHAR
typedef int16_t INT16
typedef int32_t INT32
typedef int64_t INT64
typedef float REAL32
typedef double REAL64
typedef INT16 SMALLINT
typedef INT32 INTEGER
typedef INT64 BIGINT
typedef INT64 TIMESTAMP
typedef WORD OFFSET
typedef WORDPOFFSET
typedef DWORD RID
typedef DWORDPRID

Enumerations

enum  BBRC {
  BBRC_SUCCESS = 0, BBRC_ENDOFDATA, BBRC_OUTOFSPACE, BBRC_ERR_NOTFOUND,
  BBRC_ERR, BBRC_ERR_INTERNAL, BBRC_ERR_MEM_OUT, BBRC_ERR_ALLOC_ERROR_STACK_BUFFER,
  BBRC_ERR_FILEIO, BBRC_ERR_FILEIO_UNKNOWN, BBRC_ERR_FILEIO_FILE_NOT_ACTIVE, BBRC_ERR_FILEIO_FILE_EXISTS,
  BBRC_ERR_FILEIO_MAX_EXTENT, BBRC_ERR_FILEIO_FILEFULL
}

Variables

FENNEL_BEGIN_NAMESPACE typedef
int 
INT


Typedef Documentation

typedef TCHAR BBCHAR

Definition at line 47 of file BBPort.h.

typedef char BCHAR

Definition at line 45 of file BBPort.h.

typedef INT64 BIGINT

Definition at line 58 of file BBPort.h.

typedef bool BOOL

Definition at line 34 of file BBPort.h.

typedef uint8_t BYTE

Definition at line 32 of file BBPort.h.

typedef uint32_t DWORD

Definition at line 36 of file BBPort.h.

typedef DWORD HANDLE

Definition at line 37 of file BBPort.h.

typedef int16_t INT16

Definition at line 50 of file BBPort.h.

typedef int32_t INT32

Definition at line 51 of file BBPort.h.

typedef int64_t INT64

Definition at line 52 of file BBPort.h.

typedef int64_t INT64

Definition at line 40 of file BBPort.h.

typedef INT32 INTEGER

Definition at line 57 of file BBPort.h.

typedef int32_t LONG

Definition at line 39 of file BBPort.h.

typedef WORD OFFSET

Definition at line 60 of file BBPort.h.

typedef TCHAR* PBBCHAR

Definition at line 48 of file BBPort.h.

typedef BYTE* PBYTE

Definition at line 33 of file BBPort.h.

typedef WORD * POFFSET

Definition at line 60 of file BBPort.h.

typedef DWORD * PRID

Definition at line 61 of file BBPort.h.

typedef UINT* PUINT

Definition at line 46 of file BBPort.h.

typedef WORD* PWORD

Definition at line 42 of file BBPort.h.

typedef float REAL32

Definition at line 53 of file BBPort.h.

typedef double REAL64

Definition at line 54 of file BBPort.h.

typedef DWORD RID

Definition at line 61 of file BBPort.h.

typedef INT16 SMALLINT

Definition at line 56 of file BBPort.h.

typedef int16_t SWORD

Definition at line 35 of file BBPort.h.

typedef char TCHAR

Definition at line 44 of file BBPort.h.

typedef INT64 TIMESTAMP

Definition at line 59 of file BBPort.h.

typedef unsigned char UCHAR

Definition at line 49 of file BBPort.h.

typedef uint UINT

Definition at line 43 of file BBPort.h.

typedef uint32_t ULONG

Definition at line 38 of file BBPort.h.

typedef uint16_t WORD

Definition at line 41 of file BBPort.h.


Enumeration Type Documentation

enum BBRC

Enumerator:
BBRC_SUCCESS 
BBRC_ENDOFDATA 
BBRC_OUTOFSPACE 
BBRC_ERR_NOTFOUND 
BBRC_ERR 
BBRC_ERR_INTERNAL 
BBRC_ERR_MEM_OUT 
BBRC_ERR_ALLOC_ERROR_STACK_BUFFER 
BBRC_ERR_FILEIO 
BBRC_ERR_FILEIO_UNKNOWN 
BBRC_ERR_FILEIO_FILE_NOT_ACTIVE 
BBRC_ERR_FILEIO_FILE_EXISTS 
BBRC_ERR_FILEIO_MAX_EXTENT 
BBRC_ERR_FILEIO_FILEFULL 

Definition at line 66 of file BBPort.h.

00067 {
00068     // Success
00069     BBRC_SUCCESS = 0,
00070 
00071     // Success-with-information
00072     BBRC_ENDOFDATA,
00073     BBRC_OUTOFSPACE,
00074     BBRC_ERR_NOTFOUND,
00075 
00076     // Error
00077     BBRC_ERR,
00078     BBRC_ERR_INTERNAL,
00079     BBRC_ERR_MEM_OUT,
00080     BBRC_ERR_ALLOC_ERROR_STACK_BUFFER,
00081 
00082     // todo: obsolete all following codes
00083     BBRC_ERR_FILEIO,
00084     BBRC_ERR_FILEIO_UNKNOWN,
00085     BBRC_ERR_FILEIO_FILE_NOT_ACTIVE,
00086     BBRC_ERR_FILEIO_FILE_EXISTS,
00087     BBRC_ERR_FILEIO_MAX_EXTENT,
00088     BBRC_ERR_FILEIO_FILEFULL,
00089 };


Variable Documentation

FENNEL_BEGIN_NAMESPACE typedef int INT

Definition at line 31 of file BBPort.h.


Generated on Mon Jun 22 04:00:22 2009 for Fennel by  doxygen 1.5.1