Struct BirdOrRodent¶
Public Attributes¶
Type | Name |
---|---|
union BirdOrRodent | BirdOrRodent |
int | legs |
double | wingspan |
Public Attributes Documentation¶
variable BirdOrRodent¶
union BirdOrRodent BirdOrRodent;
variable legs¶
int BirdOrRodent::legs;
variable wingspan¶
double BirdOrRodent::wingspan;
The documentation for this class was generated from the following file demo-projects/animal/config.h