Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

a_cons Struct Reference

Cons object. More...

#include <lisp.h>

Collaboration diagram for a_cons:

Collaboration graph
[legend]
List of all members.

Public Attributes

a_objcar
a_objcdr

Detailed Description

Cons object.

Declaration of a cons cell(List of objects).


Member Data Documentation

struct a_obj* a_cons::car
 

Pointer to first of list.

struct a_obj* a_cons::cdr
 

Pointer to remaining on list.


The documentation for this struct was generated from the following file:
Generated on Sat Sep 17 10:29:50 2005 for XconqKernel by doxygen 1.3.6