Structure to hold linked list of within options. More...
Public Member Functions | |
| GF_TAILQ_ENTRY (struct within) linkWithin | |
| Link to next entry. More... | |
Public Attributes | |
| char * | val |
| Value of within option. More... | |
Structure to hold linked list of within options.
Definition at line 49 of file params.cpp.
| within::GF_TAILQ_ENTRY | ( | struct within | ) |
Link to next entry.
| char* within::val |
Value of within option.
Definition at line 51 of file params.cpp.