#include <animal_interface.h>
◆ get_num_of_eyes()
virtual int example::AnimalInterface::get_num_of_eyes |
( |
| ) |
const |
|
pure virtual |
◆ get_num_of_limbs()
virtual int example::AnimalInterface::get_num_of_limbs |
( |
| ) |
const |
|
pure virtual |
◆ has_tail()
virtual bool example::AnimalInterface::has_tail |
( |
| ) |
const |
|
pure virtual |
Returns true if the animal has a tail.
- See also
- get_num_of_limbs
- Return values
-
true | Does have a tail |
false | Does not have a tail |
Implemented in example::Animal.
The documentation for this interface was generated from the following file: