Doxybook Example
example::Animal Member List

This is the complete list of members for example::Animal, including all inherited members.

AMPHIBIAN enum valueexample::Animal
Animal(Type type, const std::string &name, Animal *mother=nullptr, Animal *father=nullptr)example::Animal
Animal(const Animal &other)=deleteexample::Animal
Animal(Animal &&animal) noexceptexample::Animal
BIRD enum valueexample::Animal
fatherexample::Animalprotected
find_child_by_name(Animal *parent)example::Animalstatic
find_parent_by_name(Animal *child)example::Animalstatic
FISH enum valueexample::Animal
get_name() constexample::Animalinline
get_num_of_eyes() const overrideexample::Animalvirtual
get_num_of_limbs() const overrideexample::Animalvirtual
get_parents() constexample::Animalinline
has_tail() const overrideexample::Animalvirtual
INSECT enum valueexample::Animal
make_sound()=0example::Animalpure virtual
MAMMAL enum valueexample::Animal
motherexample::Animalprotected
move()example::Animalvirtual
nameexample::Animalprotected
NONE enum valueexample::Animal
operator bool() constexample::Animal
operator=(const Animal &other)=deleteexample::Animal
operator=(Animal &&other) noexceptexample::Animal
Parents typedefexample::Animal
REPTILE enum valueexample::Animal
some_global_function(Animal *animal)example::Animalfriend
some_inline_member_function(Animal *animal)example::Animalinline
swap(Animal &other) noexceptexample::Animal
Type enum nameexample::Animal
~Animal()=defaultexample::Animalvirtual