HDF5 Extras
0.0.1
Convenience Functions for using HDF5 Better
|
#include <bstrlib.h>
Data Fields | |
int | mlen |
int | slen |
unsigned char * | data |
The tagbstring structure represents the bstring datatype that is used to have safe strings. The string is stored as a standard C string, named data
. The length of the string is stored as the item slen
, while the allocated size of data
is stored in the item mlen
.