// Represent // // Douglas Thrift // // $Id$ #ifndef _Represent_hpp_ #define _Represent_hpp_ #include #ifdef MENES_PRAGMA_ONCE #pragma once #endif #include #include #define _sforeach(type, item, set) \ for (bool _stop(true); _stop; ) \ for (const type& _set = set; _stop; _stop = false) \ _for (type::const_iterator, item, _set.begin(), _set.end()) class Represent { private: public: Represent(); }; #endif // _Represent_hpp_