File animal.h

File List > src > 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

void some_global_function (
    example::Animal * animal
) 

See also: Animal

Parameters:

  • animal The pointer to the animal instance

The documentation for this class was generated from the following file src/animal.h