Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

a_strm Struct Reference

Stream. More...

#include <lisp.h>

List of all members.

Public Attributes

enum strmtype type
union {
   char *   sp
   FILE *   fp
ptr
char lastread [CONTEXTSIZE]
int numread


Detailed Description

Stream.

A stream is just a union of string pointer and file pointer.


Member Data Documentation

FILE* a_strm::fp
 

file pointer

char a_strm::lastread[CONTEXTSIZE]
 

Last read buffer

int a_strm::numread
 

Amount read into buffer?

union { ... } a_strm::ptr
 

char* a_strm::sp
 

String pointer

enum strmtype a_strm::type
 

Type of stream.


The documentation for this struct was generated from the following file:
Generated on Sat Sep 17 10:30:23 2005 for XconqKernel by doxygen 1.3.6