Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
dict.c File Reference
#include <stddef.h>
#include "dict-list.h"
#include "memalloc.h"
Include dependency graph for dict.c:

Functions

void __gl_dictListDelete (DictList *dict, DictListNode *node)
 
void __gl_dictListDeleteDict (DictList *dict)
 
DictListNode__gl_dictListInsertBefore (DictList *dict, DictListNode *node, DictListKey key)
 
DictList__gl_dictListNewDict (void *frame, int(*leq)(void *frame, DictListKey key1, DictListKey key2))
 
DictListNode__gl_dictListSearch (DictList *dict, DictListKey key)
 

Function Documentation

◆ __gl_dictListDelete()

void __gl_dictListDelete ( DictList dict,
DictListNode node 
)

Definition at line 94 of file dict.c.

◆ __gl_dictListDeleteDict()

void __gl_dictListDeleteDict ( DictList dict)

Definition at line 61 of file dict.c.

◆ __gl_dictListInsertBefore()

DictListNode * __gl_dictListInsertBefore ( DictList dict,
DictListNode node,
DictListKey  key 
)

Definition at line 73 of file dict.c.

◆ __gl_dictListNewDict()

DictList * __gl_dictListNewDict ( void *  frame,
int(*)(void *frame, DictListKey key1, DictListKey key2)  leq 
)

Definition at line 41 of file dict.c.

◆ __gl_dictListSearch()

DictListNode * __gl_dictListSearch ( DictList dict,
DictListKey  key 
)

Definition at line 103 of file dict.c.