Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
tree_of_pointers Namespace Reference

Classes

struct  TreeRow
 [tree_of_pointers_0] More...
struct  TreeTraversal
 [tree_of_pointers_3] More...

Typedefs

using Tree = std::vector<TreeRow *>

Functions

Tree make_tree_of_pointers ()
 [tree_of_pointers_1]
int main (int argc, char **argv)
 [tree_of_pointers_3]

Typedef Documentation

◆ Tree

typedef std::vector< TreeRow * > tree_of_pointers::Tree = std::vector<TreeRow *>

Definition at line 403 of file main.cpp.

Function Documentation

◆ main()

int tree_of_pointers::main ( int argc,
char ** argv )

[tree_of_pointers_3]

[tree_of_pointers_4]

Definition at line 474 of file main.cpp.

◆ make_tree_of_pointers()

Tree tree_of_pointers::make_tree_of_pointers ( )

[tree_of_pointers_1]

[tree_of_pointers_2]

[tree_of_pointers_2]

Definition at line 443 of file main.cpp.