PPL Assignment
IRM2015006
couple.h File Reference
Include dependency graph for couple.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Couple
 

Functions

bool compareOnCompatibility (Couple c1, Couple c2)
 
bool compareOnHappiness (Couple c1, Couple c2)
 

Function Documentation

bool compareOnCompatibility ( Couple  c1,
Couple  c2 
)

Comparator to compare couples on basis of compatibility
For sorting in descending order

Definition at line 13 of file couple.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

bool compareOnHappiness ( Couple  c1,
Couple  c2 
)

Comparator to compare couples on basis of happiness
For sorting in descending order

Definition at line 8 of file couple.cpp.

Here is the call graph for this function:

Here is the caller graph for this function: