libt3key
|
A structure which is part of a singly linked list and contains a single string. More...
Data Fields | |
const t3_key_string_list_t * | next |
Pointer to the next t3_key_string_list_t in the singly-linked list. More... | |
const char * | string |
A string. More... | |
A structure which is part of a singly linked list and contains a single string.
const t3_key_string_list_t* t3_key_string_list_t::next |
Pointer to the next t3_key_string_list_t in the singly-linked list.
const char* t3_key_string_list_t::string |
A string.