|
mdds
|
#include <iterator_node.hpp>
Classes | |
| struct | private_data |
Public Types | |
| using | parent_type = ParentT |
| using | size_type = SizeT |
Public Attributes | |
| mdds::mtv::element_t | type |
| size_type | position |
| size_type | size |
| mdds::mtv::base_element_block * | data |
| private_data | __private_data |
Node that represents the content of each iterator. The private data part is an implementation detail that should never be accessed externally. What the end position stores in its private data is totally & intentionally undefined.