|
libt3key
|
A structure which is part of a singly linked list and contains a single key definition. More...
Data Fields | |
| const char * | key |
| The name of the key (with modifiers). More... | |
| const t3_key_node_t * | next |
| Pointer to the next t3_key_node_t in the singly-linked list. More... | |
| const char * | string |
| The character sequence associated with the key. More... | |
| const size_t | string_length |
| The length in bytes of t3_key_node_t::string. More... | |
A structure which is part of a singly linked list and contains a single key definition.
| const char* t3_key_node_t::key |
The name of the key (with modifiers).
| const t3_key_node_t* t3_key_node_t::next |
Pointer to the next t3_key_node_t in the singly-linked list.
| const char* t3_key_node_t::string |
The character sequence associated with the key.
| const size_t t3_key_node_t::string_length |
The length in bytes of t3_key_node_t::string.
1.8.13