Doxybook Example
Public Attributes | List of all members
example::Animal::Result Struct Reference

Some random inner class of Animal. More...

#include <animal.h>

Collaboration diagram for example::Animal::Result:
Collaboration graph
[legend]

Public Attributes

const Type type = Type::NONE
 
const std::string name
 
const Animalmother = nullptr
 
const Animalfather = nullptr
 

Detailed Description

Some random inner class of Animal.

Member Data Documentation

◆ father

const Animal* example::Animal::Result::father = nullptr

◆ mother

const Animal* example::Animal::Result::mother = nullptr

◆ name

const std::string example::Animal::Result::name

◆ type

const Type example::Animal::Result::type = Type::NONE

The documentation for this struct was generated from the following file: