ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Iffy/Iffy.hpp
Revision: 309
Committed: 2004-12-12T23:44:14-08:00 (20 years, 6 months ago) by douglas
File size: 541 byte(s)
Log Message:
Works on Windows! Except for console input.

File Contents

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

Properties

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