Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

lisp.cpp File Reference

#include "../sexpress/sstring.hpp"
#include "lcont.hpp"
#include "llambda.hpp"
#include "lisp.hpp"

Include dependency graph for lisp.cpp:

Go to the source code of this file.

Variables

SReferencePTheLispSymbolLambda = &JustAnUnboundLReferenceObject
 Pointer to the LAMBDA symbol.
SReferencePTheLispSymbolQuote = &JustAnUnboundLReferenceObject
 Pointer to the QUOTE symbol.
SReferencePTheLispSymbolFunction = &JustAnUnboundLReferenceObject
 Pointer to the FUNCTION symbol.
SReferencePTheLispBooleanTrue = &JustAnUnboundLReferenceObject
 Pointer to a boolean true constant.
SReferencePTheLispBooleanFalse = &JustAnUnboundLReferenceObject
 Pointer to the boolean false object.


Variable Documentation

SReference* PTheLispSymbolLambda = &JustAnUnboundLReferenceObject
 

Pointer to the LAMBDA symbol.

Definition at line 112 of file lisp.cpp.

Referenced by LSymbolLambda::LSymbolLambda(), and RetrieveFunctionObject().

SReference* PTheLispSymbolQuote = &JustAnUnboundLReferenceObject
 

Pointer to the QUOTE symbol.

Definition at line 113 of file lisp.cpp.

Referenced by LSymbolQuote::LSymbolQuote(), LReference::operator~(), and LReference::TextRepresentation().

SReference* PTheLispSymbolFunction = &JustAnUnboundLReferenceObject
 

Pointer to the FUNCTION symbol.

Definition at line 114 of file lisp.cpp.

Referenced by LSymbolFunction::LSymbolFunction(), LFunctionConstructor::operator^(), and LReference::TextRepresentation().

SReference* PTheLispBooleanTrue = &JustAnUnboundLReferenceObject
 

Pointer to a boolean true constant.

Definition at line 115 of file lisp.cpp.

Referenced by LSymbolT::LSymbolT().

SReference* PTheLispBooleanFalse = &JustAnUnboundLReferenceObject
 

Pointer to the boolean false object.

Definition at line 116 of file lisp.cpp.

Referenced by LReference::IsTrue(), LispContinuation::LispContinuation(), and LSymbolNIL::LSymbolNIL().


Generated on Tue Dec 18 00:39:56 2007 for InteLib by  doxygen 1.4.1