SymTable Class Reference

A mapping from (char*) to (id). More...

#import <symtable.h>

List of all members.

Public Member Functions

(BOOL) - contains:
 checks if table contains mapping for key
(void) - put:to:
 Adds a new entry to the table.
(id) - get:
 gets mapping of id or nil

Protected Attributes

Conslist


Detailed Description

A mapping from (char*) to (id).


Member Function Documentation

- (void) put: (char *)  key
to: (id)  val 

Adds a new entry to the table.

Creates copy of the key.

borrows the value -- copy the reference, but don't free when we free the table.


The documentation for this class was generated from the following files:
Generated on Mon Dec 24 06:11:59 2007 for gfront by  doxygen 1.5.2