◆ SegmentNodeIterationHelper() [1/2]
template<
class T , bool SUPPORTS_LAZY_LOADING = false>
23903 : tree(tree) {
23904 }
◆ SegmentNodeIterationHelper() [2/2]
template<
class T , bool SUPPORTS_LAZY_LOADING = false>
23905 : tree(tree), lock(l) {
23906 }
◆ begin()
template<
class T , bool SUPPORTS_LAZY_LOADING = false>
23926 {
23927 auto root = lock ? tree.GetRootSegment(*lock) : tree.GetRootSegment();
23928 return SegmentIterator(tree, root, lock);
23929 }
◆ end()
template<
class T , bool SUPPORTS_LAZY_LOADING = false>
23930 {
23931 return SegmentIterator(tree, nullptr, lock);
23932 }
The documentation for this class was generated from the following file: