Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

table.cc File Reference

#include "_table.h"
#include "table.hh"

Include dependency graph for table.cc:

Include dependency graph

Go to the source code of this file.

Data Structures

struct  _RCS_TABLE

Functions

int table_new (_RCS_TABLE *table, size_t dsize)
int table_delete (_RCS_TABLE *table)
int table_add (_RCS_TABLE *table, unsigned long int key, const void *data)
int table_get (_RCS_TABLE *table, unsigned long int key, void *data)
int table_clear (_RCS_TABLE *table, unsigned long int key)
int table_clearall (_RCS_TABLE *table)
void table_print (_RCS_TABLE *table)


Function Documentation

int table_new _RCS_TABLE   table,
size_t    dsize
 

int table_delete _RCS_TABLE   table
 

int table_add _RCS_TABLE   table,
unsigned long int    key,
const void *    data
 

int table_get _RCS_TABLE   table,
unsigned long int    key,
void *    data
 

int table_clear _RCS_TABLE   table,
unsigned long int    key
 

int table_clearall _RCS_TABLE   table
 

void table_print _RCS_TABLE   table
 


Generated on Sun Dec 2 15:57:59 2001 for rcslib by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001