The Sequence Toolkit
www.sequence-toolkit.com
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
stk_options_stct Struct Reference

#include <stk_common.h>

Public Attributes

char * name
 
void * data
 

Detailed Description

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

Member Data Documentation

void* stk_options_stct::data

Pointer to the option - typically a string representation

char* stk_options_stct::name

Name of the option


The documentation for this struct was generated from the following file: