• R/O
  • SSH
  • HTTPS

open-mgl: Commit


Commit MetaInfo

Revision1621 (tree)
Time2010-01-15 00:35:43
Authormyun2

Log Message

var.hpp 追加

Change Summary

Incremental Difference

--- roast/trunk/roast/include/roast/hao/hao.hpp (revision 1620)
+++ roast/trunk/roast/include/roast/hao/hao.hpp (revision 1621)
@@ -17,5 +17,6 @@
1717 #define _ROAST_HAO_NS_END _ROAST_NS_END }
1818
1919 #include "roast/hao/arith/arith.hpp"
20+#include "roast/hao/var.hpp"
2021
2122 #endif//__SFJP_ROAST__hao__hao_HPP__
--- roast/trunk/roast/include/roast/hao/var.hpp (nonexistent)
+++ roast/trunk/roast/include/roast/hao/var.hpp (revision 1621)
@@ -0,0 +1,23 @@
1+// Roast+ License
2+
3+/*
4+ HAO is abbreviation of "High-level Arithmetic Operator".
5+
6+*/
7+#ifndef __SFJP_ROAST__hao__var_HPP__
8+#define __SFJP_ROAST__hao__var_HPP__
9+
10+_ROAST_HAO_NS_START
11+
12+// Variable
13+template <typename T>
14+class Var
15+{
16+
17+};
18+
19+
20+
21+_ROAST_HAO_NS_END
22+
23+#endif//__SFJP_ROAST__hao__var_HPP__
Show on old repository browser