00001 // -*- mode: c++ -*- 00002 #ifndef _CMAGIC 00003 #define _CMAGIC 00004 #include "libMRML/include/uses-declarations.h" 00005 #include <cassert> 00012 class CMagic{ 00014 int mMagic; 00015 public: 00020 void check()const; 00025 void checkNPrint()const; 00027 CMagic(); 00029 ~CMagic(); 00030 }; 00031 00032 00033 #endif