Struct example::Animal::Result¶
ClassList > example > Animal > Result
Some random inner class of Animal .
#include <animal.h>
Public Attributes¶
| Type | Name |
|---|---|
| const Animal * | father = nullptr |
| const Animal * | mother = nullptr |
| const std::string | name |
| const Type | type = Type::NONE |
Public Attributes Documentation¶
variable father¶
const Animal* example::Animal::Result::father;
variable mother¶
const Animal* example::Animal::Result::mother;
variable name¶
const std::string example::Animal::Result::name;
variable type¶
const Type example::Animal::Result::type;
The documentation for this class was generated from the following file demo-projects/animal/animal.h