This file provides classes needed for InteLib i/o support. In the tools/ part they're only needed for the IntelibReader class, while in the lisp/ and scheme/ parts they are used by all the i/o Lisp/Scheme functions.
Definition in file sstream.hpp.
#include <stdio.h>
#include "../sexpress/refcount.hpp"
#include "../sexpress/iexcept.hpp"
#include "../sexpress/sstring.hpp"
#include "../sexpress/gensref.hpp"
Include dependency graph for sstream.hpp:

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

Go to the source code of this file.
Typedefs | |
| typedef GenericSReference< SExpressionStream, IntelibX_not_a_stream > | SStreamRef |
| Smart pointer to an SExpressionStream. | |
|
|
Smart pointer to an SExpressionStream.
Definition at line 85 of file sstream.hpp. |
1.4.1