Templates -- Meow  1.1.2
不能,也不應該先編譯成obj-file的templates
meow::ViewPort Class Reference

未完待續 More...

#include "ViewPort.h"

Inheritance diagram for meow::ViewPort:
meow::ObjBase

Additional Inherited Members

- Public Member Functions inherited from meow::ObjBase
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 ObjBasecreate () const
 回傳一個new出來的物件, 預設implement為直接回傳 NULL More...
 
virtual ObjBasecopyFrom (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 Public Member Functions inherited from meow::ObjBase
static char const * ctypeBase ()
 用C-style string回傳base的type name More...
 
static std::string typeBase ()
 用std::string回傳base的type name More...
 
- Protected Member Functions inherited from meow::ObjBase
 ObjBase ()
 

Detailed Description

未完待續


The documentation for this class was generated from the following file: