TwiceAsNice
2019-02-18
|
One Blob (Binary Large Object) descriptor. More...
#include <indiapi.h>
Public Attributes | |
char | name [MAXINDINAME] |
Index name. More... | |
char | label [MAXINDILABEL] |
Blob label. More... | |
char | format [MAXINDIBLOBFMT] |
Format attr. More... | |
void * | blob |
Allocated binary large object bytes. More... | |
int | bloblen |
Blob size in bytes. More... | |
int | size |
N uncompressed bytes. More... | |
struct _IBLOBVectorProperty * | bvp |
Pointer to parent. More... | |
void * | aux0 |
Helper info. More... | |
void * | aux1 |
Helper info. More... | |
void * | aux2 |
Helper info. More... | |
One Blob (Binary Large Object) descriptor.
void * IBLOB::aux0 |
Helper info.
void * IBLOB::aux1 |
Helper info.
void * IBLOB::aux2 |
Helper info.
void * IBLOB::blob |
Allocated binary large object bytes.
int IBLOB::bloblen |
Blob size in bytes.
struct _IBLOBVectorProperty * IBLOB::bvp |
Pointer to parent.
char IBLOB::format |
Format attr.
char IBLOB::label |
Blob label.
char IBLOB::name |
Index name.
int IBLOB::size |
N uncompressed bytes.