RSqlBufFlat::TCell Struct Reference

struct RSqlBufFlat::TCell
TCell represents the structure of header cells. Each cells contains the following fields:
  • Flat buffer field type;

  • Flat buffer field length;

  • Flat buffer field data position; = if 0 then the field is "Not present" (no memory is reserved for the field data, the field data is missing); = if positive - the field data position in the flat buffer (counting from the beginning of the header); = if negative - the field is "Not present", but memory has been reserved for it;

RSqlBufFlat class offers fast, indexed access to the header cells.

RSqlBufFlat

Public Member Functions
TInt Size ()
TInt Type ()
Public Attributes
TUint32 iBits
TInt32 iPos

Member Functions Documentation

Size()

TInt Size ( ) const [inline]

Type()

TInt Type ( ) const [inline]

Member Data Documentation

TUint32 iBits

TUint32 iBits

TInt32 iPos

TInt32 iPos