of a certain data type.
More...
of a certain data type.
If the given field is not of the expected type, the functions return NULL
.
- Parameters
-
field | the field, must not be NULL |
- Returns
- the data array of the expected type or
NULL
if the field is of a different type
◆ epr_get_field_elems_char()
const char* epr_get_field_elems_char |
( |
const EPR_SField * |
field | ) |
|
◆ epr_get_field_elems_uchar()
◆ epr_get_field_elems_short()
const short* epr_get_field_elems_short |
( |
const EPR_SField * |
field | ) |
|
◆ epr_get_field_elems_ushort()
◆ epr_get_field_elems_int()
const int* epr_get_field_elems_int |
( |
const EPR_SField * |
field | ) |
|
◆ epr_get_field_elems_uint()
◆ epr_get_field_elems_float()
const float* epr_get_field_elems_float |
( |
const EPR_SField * |
field | ) |
|
◆ epr_get_field_elems_double()
const double* epr_get_field_elems_double |
( |
const EPR_SField * |
field | ) |
|