|
eccLib 1.3.0
Python library for bioinformatics written in C
|
#include <GtfListViews.h>

Data Fields | ||
| GtfList * | list | |
| bool | core | |
| Whether the view is a core index or an attribute key. | ||
| union { | ||
| uint8_t core_index | ||
| struct { | ||
| const char * key | ||
| size_t len | ||
| PyObject * attr_key | ||
| } attr | ||
| }; | ||
| union { ... } GtfList_ColumnView |
| struct { ... } GtfList_ColumnView::attr |
| PyObject* GtfList_ColumnView::attr_key |
| GtfList_ColumnView::core |
Whether the view is a core index or an attribute key.
| uint8_t GtfList_ColumnView::core_index |
| const char* GtfList_ColumnView::key |
| size_t GtfList_ColumnView::len |
| GtfList* GtfList_ColumnView::list |