File animal.h
Go to the source code of this file.
#include <functional>#include "animal_interface.h"
Namespaces
| Type | Name |
|---|---|
| namespace | example |
| namespace | inner_namespace |
Classes
| Type | Name |
|---|---|
| class | Animal Base class for all animals from which Bird derives. |
| struct | Result Some random inner class of Animal . |
| class | Vector |
Public Functions
| Type | Name |
|---|---|
| void | some_global_function (example::Animal * animal) Some random global function that modifies Animal. |
Public Functions Documentation
function some_global_function
Some random global function that modifies Animal.
void some_global_function (
example::Animal * animal
)
See also: Animal
Parameters:
animalThe pointer to the animal instance
The documentation for this class was generated from the following file demo-projets/animal/animal.h