System documentation of the GNU Image-Finding Tool

Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members

CMagic.h

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

Need for discussion? Want to contribute? Contact
help-gift@gnu.org Generated using Doxygen