Data Structures | Typedefs | Functions

src/core/List.h File Reference

Go to the source code of this file.

Data Structures

struct  node
struct  head

Typedefs

typedef struct node Node
typedef struct head Head
typedef Node ** ListIterator
typedef HeadList

Functions

List newList ()
void freeList (List l)
void insertList (char *item, List l)
int getLengthList (List l)
ListIterator newListIterator (List l)
char * listIteratorNext (ListIterator li)
int endOfList (ListIterator li)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines