syslog-ng source
List Struct Reference

#include <list-adt.h>

Public Attributes

void(* append )(List *self, gconstpointer item)
 
void(* foreach )(List *self, list_foreach_fn foreach_fn, gpointer user_data)
 
gboolean(* is_empty )(List *self)
 
void(* remove_all )(List *self)
 
void(* free_fn )(List *self)
 

Member Data Documentation

◆ append

void(* List::append) (List *self, gconstpointer item)

◆ foreach

void(* List::foreach) (List *self, list_foreach_fn foreach_fn, gpointer user_data)

◆ free_fn

void(* List::free_fn) (List *self)

◆ is_empty

gboolean(* List::is_empty) (List *self)

◆ remove_all

void(* List::remove_all) (List *self)

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