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

scheme.cpp File Reference

#include "../sexpress/sstring.hpp"
#include "schcont.hpp"
#include "scheme.hpp"

Include dependency graph for scheme.cpp:

Go to the source code of this file.

Variables

SReferencePTheSchemeSymbolQuote = &JustAnUnboundReferenceObject
 Pointer to the QUOTE symbol.
SReferencePTheSchemeBooleanTrue = &JustAnUnboundReferenceObject
 Pointer to the T object.
SReferencePTheSchemeBooleanFalse = &JustAnUnboundReferenceObject
 Pointer to the #F object.


Variable Documentation

SReference* PTheSchemeSymbolQuote = &JustAnUnboundReferenceObject
 

Pointer to the QUOTE symbol.

Definition at line 101 of file scheme.cpp.

Referenced by SchReference::operator~(), SchSymbolQuote::SchSymbolQuote(), and SchReference::TextRepresentation().

SReference* PTheSchemeBooleanTrue = &JustAnUnboundReferenceObject
 

Pointer to the T object.

Definition at line 102 of file scheme.cpp.

Referenced by SchemeReader::SchemeReader(), and SchLabelTrue::SchLabelTrue().

SReference* PTheSchemeBooleanFalse = &JustAnUnboundReferenceObject
 

Pointer to the #F object.

Definition at line 103 of file scheme.cpp.

Referenced by SchReference::IsTrue(), SchemeContinuation::SchemeContinuation(), SchemeReader::SchemeReader(), and SchLabelFalse::SchLabelFalse().


Generated on Tue Dec 18 00:40:12 2007 for InteLib by  doxygen 1.4.1