OSDN Git Service

container/any_iterator.hpp Add
authorMyun2 <myun2@nwhite.info>
Sat, 18 Dec 2010 17:08:59 +0000 (02:08 +0900)
committerMyun2 <myun2@nwhite.info>
Sat, 18 Dec 2010 17:08:59 +0000 (02:08 +0900)
roast/include/roast/container/any_iterator.hpp [new file with mode: 0644]

diff --git a/roast/include/roast/container/any_iterator.hpp b/roast/include/roast/container/any_iterator.hpp
new file mode 100644 (file)
index 0000000..ee0730e
--- /dev/null
@@ -0,0 +1,18 @@
+//     Roast+ License
+
+#ifndef __SFJP_ROAST__container__any_iterator_HPP__
+#define __SFJP_ROAST__container__any_iterator_HPP__
+
+namespace roast{
+
+       template <typename T>
+       class _iterator
+       {
+       public:
+       };
+
+       /////////////////////////////////////////////////////////
+
+}//end of roast namespace
+
+#endif//__SFJP_ROAST__container__any_iterator_HPP__