Defines the SchExpressionSymbol class, a smart pointer to it and the framework for labels provided by the library. These are the symbol QUOTE and the labels for (), T and #F.
Definition in file schsymb.hpp.
#include "../sexpress/gensref.hpp"
#include "../sexpress/sexpress.hpp"
Include dependency graph for schsymb.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Typedefs | |
| typedef GenericSReference< SchExpressionSymbol, IntelibX_scheme_not_a_symbol > | SchSymbolRef |
| Just a reference to a SchExpressionSymbol. | |
Variables | |
| SchLibraryProvidedSymbols | TheSchLibraryProvidedSymbols |
| The global Scheme symbols and labels provided by the library. | |
| SchSymbol & | QUOTE |
|
|
Just a reference to a SchExpressionSymbol.
Definition at line 67 of file schsymb.hpp. |
|
|
The global Scheme symbols and labels provided by the library.
|
|
|
Definition at line 64 of file schsymb.cpp. |
1.4.1