nps/list.h File Reference

#include <stdint.h>

Go to the source code of this file.

Classes

struct  _nps_list_node_t
struct  nps_list_t

Typedefs

typedef struct _nps_list_node_t nps_list_node_t

Functions

nps_list_tnps_list_new ()
void nps_list_prepend (nps_list_t *list, nps_list_node_t *item)
void nps_list_append (nps_list_t *list, nps_list_node_t *item)
struct nps_list_node_tnps_list_nth (nps_list_t *list, uint64_t n)

Typedef Documentation


Function Documentation

void nps_list_append ( nps_list_t list,
nps_list_node_t item 
)
nps_list_t* nps_list_new (  ) 
struct nps_list_node_t* nps_list_nth ( nps_list_t list,
uint64_t  n 
) [read]
void nps_list_prepend ( nps_list_t list,
nps_list_node_t item 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Generated on Sun Sep 11 09:40:46 2011 for NPSML by  doxygen 1.6.3