// Iffy // // Douglas Thrift // // $Id$ #ifndef _Iffy_hpp_ #define _Iffy_hpp_ #include #ifdef MENES_PRAGMA_ONCE #pragma once #endif #include #include class Iffy { private: void iffy(ios::Reader& in, ios::Writer& out); bool read(ios::Reader& in, ext::Buffer& segment, bool text); public: Iffy(const ext::String& in, const ext::String& out); static ext::String program; static bool debug; }; #endif // _Iffy_hpp_