ITAB
[Common]

[ITAB - Add a description here] More...

Data Structures

struct  itab_row_ty
struct  itab_ty

Typedefs

typedef long itab_key_ty

Functions

itab_tyitab_alloc (void)
void itab_free (itab_ty *)
void * itab_query (itab_ty *, itab_key_ty)
void itab_assign (itab_ty *, itab_key_ty, void *)
void itab_delete (itab_ty *, itab_key_ty)
void itab_walk (itab_ty *, void(*)(itab_ty *, itab_key_ty, void *, void *), void *)

Detailed Description

[ITAB - Add a description here]


Typedef Documentation

typedef long itab_key_ty

Definition at line 30 of file itab.h.


Function Documentation

itab_ty* itab_alloc ( void   ) 

void itab_assign ( itab_ty ,
itab_key_ty  ,
void *   
)

void itab_delete ( itab_ty ,
itab_key_ty   
)

void itab_free ( itab_ty  ) 

void* itab_query ( itab_ty ,
itab_key_ty   
)

void itab_walk ( itab_ty ,
void(*)(itab_ty *, itab_key_ty, void *, void *)  ,
void *   
)


Generated on Wed Mar 12 23:37:38 2008 for Aegis by  doxygen 1.5.5