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

RCS_TABLE Class Reference

#include <table.hh>

Collaboration diagram for RCS_TABLE:

Collaboration graph
[legend]

Public Methods

 RCS_TABLE (size_t dsize)
 ~RCS_TABLE ()
int add (unsigned long int key, const void *data)
int get (unsigned long int key, void *data)
int clear (unsigned long int key)
void print (void)

Private Attributes

_RCS_TABLE table

Constructor & Destructor Documentation

RCS_TABLE::RCS_TABLE size_t    dsize
 

Definition at line 44 of file table.cc.

RCS_TABLE::~RCS_TABLE  
 

Definition at line 49 of file table.cc.


Member Function Documentation

int RCS_TABLE::add unsigned long int    key,
const void *    data
 

Definition at line 55 of file table.cc.

int RCS_TABLE::get unsigned long int    key,
void *    data
 

Definition at line 61 of file table.cc.

int RCS_TABLE::clear unsigned long int    key
 

Definition at line 67 of file table.cc.

void RCS_TABLE::print void   
 

Definition at line 73 of file table.cc.


Field Documentation

_RCS_TABLE RCS_TABLE::table [private]
 

Definition at line 200 of file table.hh.


The documentation for this class was generated from the following files:
Generated on Sun Dec 2 15:59:10 2001 for rcslib by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001