string_array_t Struct Reference

#include <src/string_array.h>

Collaboration diagram for string_array_t:
Collaboration graph

Data Fields

string_array_item_titems
 Item of string array. More...
 
mcl_size_t count
 Item count. More...
 
mcl_size_t index
 Item index. More...
 
mcl_size_t increment_value
 Increment value. More...
 
mcl_size_t total_length
 Total length of string array. More...
 

Detailed Description

String array handle object. Holds array specific information. String array functions will operate on this handle.

Definition at line 43 of file string_array.h.

Field Documentation

mcl_size_t string_array_t::count

Item count.

Definition at line 46 of file string_array.h.

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

mcl_size_t string_array_t::increment_value

Increment value.

Definition at line 48 of file string_array.h.

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

string_array_item_t* string_array_t::items
mcl_size_t string_array_t::total_length

Total length of string array.

Definition at line 49 of file string_array.h.

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


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