Logo
~Apps~
~Projects~
~Contact~

ParserIO.h

Go to the documentation of this file.
00001 class ParserIO
00002 {
00003 public:
00004         // write is text output from applesoft program
00005         virtual int write_text(char *s,int l) = 0;
00006 
00007         // read is input to applesoft program
00008         virtual int read_text(char *s,int *l) = 0;
00009 
00010         //
00011         int m_more;
00012 };
Page, code, and content Copyright (C) 2005 by Anders Hedström
Generated on Mon Aug 29 20:21:47 2005 for C++ Sockets by  doxygen 1.4.4