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

A simple that hold a string, and potentially it's Python parent object. More...

#include <reader.h>

Collaboration diagram for line_out:
Collaboration graph
[legend]

Data Fields

occurrence_t line
 The string token.
 
PyObject * obj
 The Python object owning the token buffer.
 

Detailed Description

A simple that hold a string, and potentially it's Python parent object.

See also
next_line

Field Documentation

◆ line

occurrence_t line_out::line

The string token.

Warning
May be null to indicate error
Note
May be owned by the reader object

◆ obj

PyObject* line_out::obj

The Python object owning the token buffer.

Note
May be null to indicate token is owned by the reader object

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