Data Fields | |
const gchar * | type |
Type of atoms. | |
GHashTable * | table |
Table of atoms: "atom value" => 1. | |
GHashFunc | hash_func |
Hashing function for atoms. | |
GCompareFunc | eq_func |
Atom equality function. | |
len_func_t | len_func |
Atom length function. | |
str_func_t | str_func |
Atom to human-readable string. |
|
Atom equality function.
|
|
Hashing function for atoms.
|
|
Atom length function.
|
|
Atom to human-readable string.
|
|
Table of atoms: "atom value" => 1.
|
|
Type of atoms.
|