1 |
Douglas Thrift |
275 |
// 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 |
Douglas Thrift |
276 |
#include <menes-ios/string.hpp> |
14 |
Douglas Thrift |
275 |
|
15 |
|
|
class Iffy |
16 |
|
|
{ |
17 |
|
|
private: |
18 |
Douglas Thrift |
276 |
void iffy(ios::Reader& in, ios::Writer& out); |
19 |
douglas |
294 |
bool read(ios::Reader& in, ext::Buffer& segment, bool text); |
20 |
Douglas Thrift |
275 |
public: |
21 |
Douglas Thrift |
276 |
Iffy(const ext::String& in, const ext::String& out); |
22 |
|
|
static ext::String program; |
23 |
|
|
static bool debug; |
24 |
Douglas Thrift |
275 |
}; |
25 |
|
|
|
26 |
|
|
#endif // _Iffy_hpp_ |