libcdio-paranoia 10.2+2.0.2
Data Fields
linked_list_t Struct Reference

#include <p_block.h>

Data Fields

struct linked_elementhead
 
struct linked_elementtail
 
void *(* new_poly )()
 
void(* free_poly )(void *poly)
 
long current
 
long active
 

Field Documentation

◆ active

long linked_list_t::active

Referenced by add_elem(), and free_elem().

◆ current

long linked_list_t::current

Referenced by add_elem().

◆ free_poly

void(* linked_list_t::free_poly) (void *poly)

Referenced by copy_list(), free_elem(), and new_list().

◆ head

struct linked_element* linked_list_t::head

Referenced by add_elem(), free_elem(), and free_list().

◆ new_poly

void *(* linked_list_t::new_poly) ()

Referenced by copy_list(), new_elem(), and new_list().

◆ tail

struct linked_element* linked_list_t::tail

Referenced by add_elem(), copy_list(), and free_elem().


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