slist.h File Reference

Go to the source code of this file.

Data Structures

struct  slist_
struct  slistopts_

Defines

#define SLIST_DEFAULT_LIMIT   32767
#define SLISTF_NODUP   0x00000001
#define SLISTF_SORT   0x00000002

Typedefs

typedef slist_ SList
typedef int(*) slist_delcheckcb_t (SList *slist, void *item, va_list args)
typedef int(*) slist_enumcb_t (SList *slist, int number, void *item, va_list args)
typedef slistopts_ SListOpts


Define Documentation

#define SLIST_DEFAULT_LIMIT   32767

Definition at line 39 of file slist.h.

Referenced by slist_init().

#define SLISTF_NODUP   0x00000001

Definition at line 41 of file slist.h.

Referenced by slist_add().

#define SLISTF_SORT   0x00000002

Definition at line 42 of file slist.h.

Referenced by slist_add().


Typedef Documentation

typedef struct slist_ SList

Definition at line 18 of file slist.h.

typedef int(*) slist_delcheckcb_t(SList *slist, void *item, va_list args)

Definition at line 47 of file slist.h.

typedef int(*) slist_enumcb_t(SList *slist, int number, void *item, va_list args)

Definition at line 45 of file slist.h.

typedef struct slistopts_ SListOpts

Definition at line 19 of file slist.h.


Generated on Sun Dec 30 09:26:55 2007 for Anope by  doxygen 1.5.1-20070107