ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Iffy/Iffy.hpp
Revision: 276
Committed: 2004-11-13T00:45:59-08:00 (20 years, 7 months ago) by Douglas Thrift
File size: 456 byte(s)
Log Message:
Hmm, I should probably check this in.

File Contents

# Content
1 // Iffy
2 //
3 // Douglas Thrift
4 //
5 // $Id$
6
7 #ifndef _Iffy_hpp_
8 #define _Iffy_hpp_
9
10 #include <menes/platform.hpp>
11
12 #include <menes-api/console.hpp>
13 #include <menes-ios/string.hpp>
14
15 class Iffy
16 {
17 private:
18 void iffy(ios::Reader& in, ios::Writer& out);
19 bool read(ios::Reader& in, ext::String& segment, bool text);
20 public:
21 Iffy(const ext::String& in, const ext::String& out);
22 ~Iffy() {}
23 static ext::String program;
24 static bool debug;
25 };
26
27 #endif // _Iffy_hpp_

Properties

Name Value
svn:eol-style native
svn:keywords Id