![]() |
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 | Animal |
| class | Canis |
| class | Wolf |
| class | Dog |
| class | JindoDog |
| class | ChowChow |
| class | Bird |
| class | Sparrow |
| class | Eagle |
| class | Parrot |
Functions | |
| void | animal_speak (Animal &my_pet) |
| void | canis_bark (Canis &my_canis) |
| void | bird_chirp (Bird &my_bird) |
| void | test_animals () |
| int | main () |
Variables | |
| tpf::sstream | stream |
| auto | endl = tpf::endl |
| void animal_speak | ( | Animal & | my_pet | ) |
Definition at line 171 of file 27-dynamic_polymorphism.cpp.
| void bird_chirp | ( | Bird & | my_bird | ) |
Definition at line 181 of file 27-dynamic_polymorphism.cpp.
| void canis_bark | ( | Canis & | my_canis | ) |
Definition at line 176 of file 27-dynamic_polymorphism.cpp.
| int main | ( | ) |
Definition at line 213 of file 27-dynamic_polymorphism.cpp.
| void test_animals | ( | ) |
Definition at line 186 of file 27-dynamic_polymorphism.cpp.
| auto endl = tpf::endl |
Definition at line 4 of file 27-dynamic_polymorphism.cpp.
| tpf::sstream stream |
Definition at line 3 of file 27-dynamic_polymorphism.cpp.