Classes | Typedefs | Functions

x_list.h File Reference

Go to the source code of this file.

Classes

struct  _X_LIST_TAG_

Typedefs

typedef struct _X_LIST_TAG_ _X_LIST_TYPE_
typedef _X_BASE_TYPE_ _X_LIST_LOCAL_BASE_TYPE_

Functions

_X_LIST_TYPE__X_PUSH_ (_X_LIST_LOCAL_BASE_TYPE_ x, _X_LIST_TYPE_ *xl, MEM_POOL *pool)
_X_LIST_TYPE__X_DELETE_ (_X_LIST_LOCAL_BASE_TYPE_ x, _X_LIST_TYPE_ *xl)

Typedef Documentation

typedef _X_BASE_TYPE_ _X_LIST_LOCAL_BASE_TYPE_

Definition at line 112 of file x_list.h.

typedef struct _X_LIST_TAG_ _X_LIST_TYPE_

Definition at line 110 of file x_list.h.


Function Documentation

_X_LIST_TYPE_* _X_DELETE_ ( _X_LIST_LOCAL_BASE_TYPE_  x,
_X_LIST_TYPE_ xl 
)

Definition at line 91 of file x_list.c.

References _X_first_, and _X_rest_.

_X_LIST_TYPE_* _X_PUSH_ ( _X_LIST_LOCAL_BASE_TYPE_  x,
_X_LIST_TYPE_ xl,
MEM_POOL pool 
)

Definition at line 68 of file x_list.c.

References _X_first_, _X_rest_, result, and TYPE_MEM_POOL_ALLOC.