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

Context for view_iterate_op. More...

Collaboration diagram for view_logic_state:
Collaboration graph
[legend]

Data Fields

PyObject * set
 The result set.
 
PyObject * other
 The other set to operate on.
 
op_func op
 The operation function to perform.
 
map_item_func map_item
 The map getter function to use.
 

Detailed Description

Context for view_iterate_op.

Note
Literally a C++ class...

Field Documentation

◆ map_item

map_item_func view_logic_state::map_item

The map getter function to use.

Note
new reference

◆ op

op_func view_logic_state::op

The operation function to perform.

Note
doesn't consume references

◆ other

PyObject* view_logic_state::other

The other set to operate on.

Note
Never NULL

◆ set

PyObject* view_logic_state::set

The result set.

Warning
May be NULL, depending on context

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