This reference page is linked to from the following overview topics: #include "CharStream.h"#include "CharBinaryStream.h"#include "../macros/define_implementations.h"#include "../protocols/streams.inl"Macros | |
| #define | is_filestream(v) ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(FileStream)) |
Functions | |
| ScripterExport | FileStream () |
| ScripterExport | ~FileStream () |
| classof_methods (FileStream, CharStream) | |
| void | collect () |
| void | gc_trace () |
| ScripterExport void | sprin1 (CharStream *s) |
Variables | |
| visible_class_debug_ok(FileStream) class FileStream CharStream * | log |
| Parser * | reader |
| #define is_filestream | ( | v | ) | ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(FileStream)) |
| ScripterExport FileStream | ( | ) |
| ScripterExport ~FileStream | ( | ) |
| classof_methods | ( | FileStream | , |
| CharStream | |||
| ) |
| void collect | ( | ) |
| void gc_trace | ( | ) |
| ScripterExport void sprin1 | ( | CharStream * | s | ) |
| visible_class_debug_ok (FileStream) class FileStream CharStream* log |
| Parser* reader |