C++ Library Extensions 2022.12.09
To help learn modern C++ programming
049-binary_tree01.cpp File Reference
#include <tpf_output.hpp>
Include dependency graph for 049-binary_tree01.cpp:

Go to the source code of this file.

Classes

class  binary_node< ElementType >
 

Functions

void test_binary_tree ()
 
void test_ascending_descending_order ()
 
int main ()
 

Variables

tpf::sstream stream
 
auto endl = tpf::endl
 
auto endL = tpf::endL
 
auto nl = "\n"
 
auto nL = "\n\n"
 

Function Documentation

◆ main()

int main ( )

Definition at line 196 of file 049-binary_tree01.cpp.

Here is the call graph for this function:

◆ test_ascending_descending_order()

void test_ascending_descending_order ( )

Definition at line 162 of file 049-binary_tree01.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_binary_tree()

void test_binary_tree ( )

Definition at line 122 of file 049-binary_tree01.cpp.

Here is the call graph for this function:

Variable Documentation

◆ endl

auto endl = tpf::endl

Definition at line 4 of file 049-binary_tree01.cpp.

◆ endL

auto endL = tpf::endL

Definition at line 5 of file 049-binary_tree01.cpp.

◆ nl

auto nl = "\n"

Definition at line 7 of file 049-binary_tree01.cpp.

◆ nL

auto nL = "\n\n"

Definition at line 8 of file 049-binary_tree01.cpp.

◆ stream

tpf::sstream stream

Definition at line 3 of file 049-binary_tree01.cpp.