OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <linklist.h>
Public Attributes | |
void * | element |
unsigned | element_size |
struct linked_list_cell * | next |
Definition at line 12 of file linklist.h.
void* linked_list_cell::element |
Definition at line 13 of file linklist.h.
unsigned linked_list_cell::element_size |
Definition at line 14 of file linklist.h.
struct linked_list_cell* linked_list_cell::next |
Definition at line 15 of file linklist.h.