![]() |
Templates -- Meow
1.2.9
A C++ template contains kinds of interesting classes and functions
|
未完待續 More...
#include "ViewPort.h"
Additional Inherited Members | |
![]() | |
virtual | ~ObjBase () |
virtual bool | write (FILE *f, bool bin, unsigned int fg) const |
將物件寫入檔案, 預設implement為直接回傳 false More... | |
virtual bool | read (FILE *f, bool bin, unsigned int fg) |
將物件從檔案讀出, 預設implement為直接回傳 false More... | |
virtual ObjBase * | create () const |
回傳一個new出來的物件, 預設implement為直接回傳 NULL More... | |
virtual ObjBase * | copyFrom (ObjBase const *b) |
複製, 預設使用operator= More... | |
virtual char const * | ctype () const |
用C-style string回傳這個class的type name More... | |
virtual std::string | type () const |
用std::string回傳這個class的type name More... | |
![]() | |
static char const * | ctypeBase () |
用C-style string回傳base的type name More... | |
static std::string | typeBase () |
用std::string回傳base的type name More... | |
![]() | |
ObjBase () | |
Constructor with doing nothing. More... | |
未完待續
Definition at line 11 of file ViewPort.h.