string_array_item_t Struct Reference

#include <src/string_array.h>

Collaboration diagram for string_array_item_t:
Collaboration graph

Data Fields

string_tstring
 String object. More...
 
mcl_bool_t destroy
 To decide whether to call string_destroy() for specific item in the array when destroying the string array. More...
 

Detailed Description

String array item. Holds the string_t string object in the array and the destroy information of the item. Destroy flag is used when destroying the string array to decide whether call string_destroy() for specific item in the array.

Definition at line 34 of file string_array.h.

Field Documentation

mcl_bool_t string_array_item_t::destroy

To decide whether to call string_destroy() for specific item in the array when destroying the string array.

Definition at line 37 of file string_array.h.

Referenced by string_array_add(), string_array_destroy(), and string_array_initialize().

string_t* string_array_item_t::string

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