The Sequence Toolkit
www.sequence-toolkit.com |
#include <stk_common.h>
Public Attributes | |
char * | name |
void * | data |
Generic key value pair structure used to pass options to various STK components. It is common practice to use an array of these on the stack or as a global. STK components do not hold references to these and will copy as needed. It is recommended to use typedef stk_options_t rather than this structure
void* stk_options_stct::data |
Pointer to the option - typically a string representation
char* stk_options_stct::name |
Name of the option