Templates -- Meow  1.1.4
A C++ template which is unable and also not allowed to compile to obj-file first.
ViewPort.h
Go to the documentation of this file.
1 #ifndef gra_ViewPort_H__
2 #define gra_ViewPort_H__
3 
4 #include "../oo/ObjBase.h"
5 
6 namespace meow {
7 
11 class ViewPort: public ObjBase {
12 
13 };
14 
15 
16 }
17 
18 #endif // gra_ViewPort_H__
19 
未完待續
Definition: ViewPort.h:11
一切物件的Base, 並要求每個物件都要有read, write, create, ... 等功能
Definition: ObjBase.h:15