Template Class ChunkedNdtreeNodePtr
Defined in File chunked_ndtree_node_address.h
Class Documentation
-
template<typename ChunkType>
class ChunkedNdtreeNodePtr Public Types
-
using NodeRef = ChunkedNdtreeNodeRef<ChunkType>
-
using NodeConstRef = ChunkedNdtreeNodeRef<const ChunkType>
Public Functions
-
ChunkedNdtreeNodePtr(ChunkType *chunk, IndexElement relative_node_depth, LinearIndex level_traversal_distance)
-
ChunkedNdtreeNodePtr(const ChunkedNdtreeNodePtr &other)
-
ChunkedNdtreeNodePtr(ChunkedNdtreeNodePtr &&other) noexcept
-
ChunkedNdtreeNodePtr &operator=(const ChunkedNdtreeNodePtr &other)
-
ChunkedNdtreeNodePtr &operator=(ChunkedNdtreeNodePtr &&other) noexcept
-
inline NodeRef operator*()
-
inline NodeConstRef operator*() const
-
inline NodeRef *operator->()
-
inline const NodeConstRef *operator->() const
-
using NodeRef = ChunkedNdtreeNodeRef<ChunkType>