PPL Assignment
IRM2015006
girl_type.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  GirlNature { choosy, normal, desperate }
 
enum  BoyType { attractive, rich, intelligent }
 

Enumeration Type Documentation

enum BoyType

enum for the type of boy the girl seeks

Enumerator
attractive 
rich 
intelligent 

Definition at line 12 of file girl_type.h.

enum GirlNature

enum for the nature of a girl

Enumerator
choosy 
normal 
desperate 

Definition at line 5 of file girl_type.h.