IODA
|
Provides the C-style interface for variable-length strings and string arrays. More...
Files | |
file | String_c.h |
C bindings . | |
file | String_c.cpp |
C bindings . | |
Classes | |
struct | ioda_string_ret_t |
Return type when arrays of strings are encountered. More... | |
struct | c_strings |
Namespace encapsulation for string functions. More... | |
Functions | |
IODA_DL void | ioda_string_ret_t_destruct (struct ioda_string_ret_t *) |
Deallocate a returned string object. More... | |
Provides the C-style interface for variable-length strings and string arrays.
IODA_DL void ioda_string_ret_t_destruct | ( | struct ioda_string_ret_t * | obj | ) |
Deallocate a returned string object.
Definition at line 19 of file String_c.cpp.