reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
304 new (NodeAllocator.Allocate()) SuffixTreeNode(StartIdx, E, Root); 469 Root = insertInternalNode(nullptr, EmptyIdx, EmptyIdx, 0); 470 Active.Node = Root; 475 Active.Node = Root; 488 assert(Root && "Root node can't be nullptr!"); 489 setSuffixIndices(*Root, 0); 599 iterator begin() { return iterator(Root); }