getting started
structure
c++ api
GffField
GffField::get()
GffField::get_to()
GffField::name()
GffField::size()
GffField::type()
GffField::valid()
GffField::operator[]()
python api
gff schemas
Public Functions
Get the field’s value.
Get label.
If field is a list, returns size of list, else 0.
Get field type.
Get if field is valid.
If field is a list, return struct at index, else invalid struct.