[][src]Module broot::tree_build

Structs

TreeBuilder

The TreeBuilder builds a Tree according to options (including an optional search pattern) Instead of the final TreeLine, the builder uses an internal structure: BLine. All BLines used during build are stored in the blines vector and kept until the end. Most operations and temporary data structures just deal with the indexes of lines in the blines vector.