System documentation of the GNU Image-Finding Tool

CMagic.h
1 // -*- mode: c++ -*-
2 #ifndef _CMAGIC
3 #define _CMAGIC
4 #include "libMRML/include/uses-declarations.h"
5 #include <cassert>
12 class CMagic{
14  int mMagic;
15 public:
20  void check()const;
25  void checkNPrint()const;
27  CMagic();
29  ~CMagic();
30 };
31 
32 
33 #endif

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