Samchon Framework for CPP  1.0.0
NTIterator.cpp
1 #include <samchon/namtree/NTIterator.hpp>
2 # include <samchon/namtree/NTEntityGroup.hpp>
3 
4 using namespace samchon::namtree;
5 
7  : super()
8 {
9  this->data = data;
10 }
const NTEntityGroup * data
A historical data, source of the iterator.
Definition: NTIterator.hpp:36
NTIterator(const NTEntityGroup *)
Construt from historical data.
Definition: NTIterator.cpp:6
Package of Nam-Tree.
Definition: namtree.hpp:93
A historical, studying data.