#include <DataLayout.hpp>
Definition at line 110 of file DataLayout.hpp.
◆ const_iterator()
m::storage::DataLayout::INode::const_iterator::const_iterator |
( |
const INode & |
the_inode, |
|
|
size_type |
idx = 0 |
|
) |
| |
|
inline |
◆ operator!=()
bool m::storage::DataLayout::INode::const_iterator::operator!= |
( |
const_iterator |
other | ) |
const |
|
inline |
◆ operator*()
const child_t & m::storage::DataLayout::INode::const_iterator::operator* |
( |
| ) |
|
|
inline |
◆ operator++() [1/2]
const_iterator & m::storage::DataLayout::INode::const_iterator::operator++ |
( |
| ) |
|
|
inline |
◆ operator++() [2/2]
const_iterator m::storage::DataLayout::INode::const_iterator::operator++ |
( |
int |
| ) |
|
|
inline |
◆ operator->()
const child_t & m::storage::DataLayout::INode::const_iterator::operator-> |
( |
| ) |
|
|
inline |
◆ operator==()
bool m::storage::DataLayout::INode::const_iterator::operator== |
( |
const_iterator |
other | ) |
const |
|
inline |
◆ idx_
size_type m::storage::DataLayout::INode::const_iterator::idx_ |
|
private |
◆ the_inode_
const INode& m::storage::DataLayout::INode::const_iterator::the_inode_ |
|
private |
The documentation for this struct was generated from the following file: