Templates -- Meow
1.2.11
A C++ template contains kinds of interesting classes and functions
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
}
// meow
17
18
#endif // gra_ViewPort_H__
19
meow::ViewPort
未完待續
Definition:
ViewPort.h:11
meow::ObjBase
一切物件的Base, 並要求每個物件都要有read, write, create, ... 等功能
Definition:
ObjBase.h:15
meowpp
gra
ViewPort.h
Generated on Mon Sep 8 2014 21:25:40 for Templates -- Meow by
1.8.6