ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Iffy/Iffy.hpp
Revision: 337
Committed: 2004-12-14T15:30:38-08:00 (20 years, 6 months ago) by douglas
File size: 490 byte(s)
Log Message:
That warning is in Menes we shouldn't disable it.

File Contents

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

Properties

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