1 #ifndef BitmapDescript_H__
2 #define BitmapDescript_H__
6 #include "../oo/ObjBase.h"
17 Self<Myself const>
self;
26 bool write(FILE* f,
bool bin,
unsigned int fg)
const {
30 bool read(FILE* f,
bool bin,
unsigned int fg) {
43 return typeid(*this).name();
47 return std::string(
ctype());
51 #endif // BitmapDescript_H__
char const * ctype() const
ObjBase * copyFrom(ObjBase const &b)
bool read(FILE *f, bool bin, unsigned int fg)
bool write(FILE *f, bool bin, unsigned int fg) const