src/cons.h File Reference

Like Lisp Cons cells. More...

#include <objc/Object.h>

Go to the source code of this file.

Classes

class  Cons
 A cons cell. More...

Functions

Conscons (id f, id r)
 Allocates a new cons cell.
void push (Cons **c, id val)
 Conses a new (id .


Detailed Description

Like Lisp Cons cells.

Declares the object Cons, providing functionality similar to Lisp cons cells.


Function Documentation

void push ( Cons **  c,
id  val 
)

Conses a new (id .

*c) and assigns it to *c.


Generated on Mon Dec 24 06:11:58 2007 for gfront by  doxygen 1.5.2