Leptonica 1.85.0
Image processing and image analysis suite
Loading...
Searching...
No Matches
DoubleLinkedList Struct Reference

Data Fields

struct DoubleLinkedListprev
 
struct DoubleLinkedListnext
 
void * data
 

Detailed Description

Definition at line 61 of file list.h.

Field Documentation

◆ data

void* DoubleLinkedList::data

Definition at line 65 of file list.h.

◆ next

struct DoubleLinkedList* DoubleLinkedList::next

Definition at line 64 of file list.h.

◆ prev

struct DoubleLinkedList* DoubleLinkedList::prev

Definition at line 63 of file list.h.


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