Doxybook Example
|
Some random inner class of Animal. More...
#include <animal.h>
Public Attributes | |
const Type | type = Type::NONE |
const std::string | name |
const Animal * | mother = nullptr |
const Animal * | father = nullptr |
Some random inner class of Animal.
const Animal* example::Animal::Result::father = nullptr |
const Animal* example::Animal::Result::mother = nullptr |
const std::string example::Animal::Result::name |
const Type example::Animal::Result::type = Type::NONE |