![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
#include <tpf_output.hpp>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" |
| int main | ( | ) |
| void test_ascending_descending_order | ( | ) |
Definition at line 162 of file 049-binary_tree01.cpp.
| void test_binary_tree | ( | ) |
| auto endl = tpf::endl |
Definition at line 4 of file 049-binary_tree01.cpp.
| auto endL = tpf::endL |
Definition at line 5 of file 049-binary_tree01.cpp.
| auto nl = "\n" |
Definition at line 7 of file 049-binary_tree01.cpp.
| auto nL = "\n\n" |
Definition at line 8 of file 049-binary_tree01.cpp.
| tpf::sstream stream |
Definition at line 3 of file 049-binary_tree01.cpp.