![]() |
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 | BaseWithVD |
class | BaseWithoutVD |
class | A |
class | B |
Functions | |
void | test_virtual_destructor () |
int | main () |
Variables | |
tpf::sstream | stream |
auto | endl = tpf::endl |
int main | ( | ) |
Definition at line 60 of file 26-dynamic_polymorphism.cpp.
void test_virtual_destructor | ( | ) |
Definition at line 35 of file 26-dynamic_polymorphism.cpp.
auto endl = tpf::endl |
Definition at line 4 of file 26-dynamic_polymorphism.cpp.
tpf::sstream stream |
Definition at line 3 of file 26-dynamic_polymorphism.cpp.