Doxygen Book
vstr_helper Struct Reference

Data structure for _g_list_foreach_vstr_helper. More...

Public Attributes

gchar ** vstr
 
guint cursor
 
guint size
 

Detailed Description

Data structure for _g_list_foreach_vstr_helper.

Definition at line 255 of file nnstreamer_conf.c.

Member Data Documentation

◆ cursor

guint vstr_helper::cursor

The first "empty" element in vstr

Definition at line 258 of file nnstreamer_conf.c.

◆ size

guint vstr_helper::size

The number of "g_char *" in vstr, excluding the terminator

Definition at line 259 of file nnstreamer_conf.c.

◆ vstr

gchar** vstr_helper::vstr

The vstr data (string array)

Definition at line 257 of file nnstreamer_conf.c.


The documentation for this struct was generated from the following file: