eccLib 1.3.0
Python library for bioinformatics written in C
Loading...
Searching...
No Matches
Data Fields
GtfList_ColumnView Struct Reference

#include <GtfListViews.h>

Collaboration diagram for GtfList_ColumnView:
Collaboration graph
[legend]

Data Fields

GtfListlist
 
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 
 
};  
 

Field Documentation

◆ [union]

union { ... } GtfList_ColumnView

◆ [struct]

struct { ... } GtfList_ColumnView::attr

◆ attr_key

PyObject* GtfList_ColumnView::attr_key

◆ core

GtfList_ColumnView::core

Whether the view is a core index or an attribute key.

◆ core_index

uint8_t GtfList_ColumnView::core_index

◆ key

const char* GtfList_ColumnView::key

◆ len

size_t GtfList_ColumnView::len

◆ list

GtfList* GtfList_ColumnView::list

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