mm: core: add iterator class
This commit is contained in:
13
core-mm/include/blue/core/iterator.hpp
Normal file
13
core-mm/include/blue/core/iterator.hpp
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
#ifndef BLUE_CORE_ITERATOR_HPP_
|
||||||
|
#define BLUE_CORE_ITERATOR_HPP_
|
||||||
|
|
||||||
|
#include <blue/core/object.hpp>
|
||||||
|
|
||||||
|
namespace blue::core
|
||||||
|
{
|
||||||
|
class iterator : public object
|
||||||
|
{
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
1
core-mm/iterator.cpp
Normal file
1
core-mm/iterator.cpp
Normal file
@@ -0,0 +1 @@
|
|||||||
|
#include <blue/core/iterator.hpp>
|
||||||
Reference in New Issue
Block a user