1 #ifndef EXAMPLE_SPECIAL_BIRD_H 2 #define EXAMPLE_SPECIAL_BIRD_H
Definition: special_bird.h:10
void swap(SpecialBird &other) noexcept
SpecialBird & operator=(const SpecialBird &other)=delete
Animal * father
The pointer to the father.
Definition: animal.h:195
Animal * mother
The pointer to the mother.
Definition: animal.h:190
void do_something_special()
SpecialBird(const std::string &name, SpecialBird *mother=nullptr, SpecialBird *father=nullptr)
std::string name
Definition: animal.h:196