#include <lispreader.hxx>
| Public Attributes | |
| int | type | 
| union { | |
| FILE * file | |
| struct { | |
| char * buf | |
| int pos | |
| } string | |
| struct { | |
| void * data | |
| int(* next_char )(void *data) | |
| void(* unget_char )(char c, void *data) | |
| } any | |
| } | v | 
| 
 | 
| 
 | 
| 
 | 
| 
 Definition at line 63 of file lispreader.hxx. | 
| 
 | 
| 
 Definition at line 68 of file lispreader.hxx. | 
| 
 | 
| 
 Definition at line 60 of file lispreader.hxx. | 
| 
 | 
| 
 | 
| 
 | 
| 
 Definition at line 64 of file lispreader.hxx. | 
| 
 | 
| 
 | 
| 
 | 
| 
 Definition at line 56 of file lispreader.hxx. Referenced by lisp_stream_init_any(), lisp_stream_init_file(), and lisp_stream_init_string(). | 
| 
 | 
| 
 | 
| 
 | 
| 
 Referenced by lisp_stream_init_any(), lisp_stream_init_file(), and lisp_stream_init_string(). | 
 1.3-rc3
1.3-rc3