CAPS Universe documentation  1.0.4
All you need to know to be successful
Data Fields
dlist_entry Struct Reference

Data Fields

struct dlist_entryf
 
struct dlist_entryb
 
enum dlist_entry_type type
 
size_t offset
 
size_t cnt
 

Detailed Description

An 'edit' entry, with info to be handled in a linked list

Field Documentation

◆ f

struct dlist_entry* f

Following 'edit' (aka 'right' neighbour) TODO would work with indices as well

◆ b

struct dlist_entry* b

Leading 'edit' (aka 'left' neighbour) TODO would work with indices as well

◆ type

enum dlist_entry_type type

The type of the 'edit'

◆ offset

size_t offset

Start index (the line start is the base)

◆ cnt

size_t cnt

length of this sequence in bytes


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