OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Public Attributes | List of all members
linked_list_cell Struct Reference

#include <linklist.h>

Public Attributes

void * element
 
unsigned element_size
 
struct linked_list_cellnext
 

Detailed Description

Definition at line 12 of file linklist.h.

Member Data Documentation

◆ element

void* linked_list_cell::element

Definition at line 13 of file linklist.h.

◆ element_size

unsigned linked_list_cell::element_size

Definition at line 14 of file linklist.h.

◆ next

struct linked_list_cell* linked_list_cell::next

Definition at line 15 of file linklist.h.


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