libt3key
Data Fields
t3_key_node_t Struct Reference

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_tnext
 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...
 

Detailed Description

A structure which is part of a singly linked list and contains a single key definition.

Field Documentation

◆ key

const char* t3_key_node_t::key

The name of the key (with modifiers).

◆ next

const t3_key_node_t* t3_key_node_t::next

Pointer to the next t3_key_node_t in the singly-linked list.

◆ string

const char* t3_key_node_t::string

The character sequence associated with the key.

◆ string_length

const size_t t3_key_node_t::string_length

The length in bytes of t3_key_node_t::string.