Loading [MathJax]/extensions/tex2jax.js
IODA
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Strings

Provides the C-style interface for variable-length strings and string arrays. More...

Collaboration diagram for Strings:

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...
 

Detailed Description

Provides the C-style interface for variable-length strings and string arrays.

Function Documentation

◆ ioda_string_ret_t_destruct()

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.

Here is the caller graph for this function: