addCouple
| Dispatch: | 01 |
| Params: | $coup, $school, $dance |
| Returns: | nothing |
addCoupleToDance
| Params: | $dance, $coup |
| Returns: | nothing |
addCoupleToSchools
| Params: | $coup |
| Returns: | nothing |
removeCouple
| Params: | $coup |
| Returns: | nothing |
removeCoupleFromDance
| Params: | $dance, $coup |
| Returns: | nothing |
getCompetitorsBySchool
| Params: | $school |
| Returns: | vector (ref) |
getFollowers
| Params: | $leader |
| Returns: | vector (ref) |
getLeaders
| Params: | $follower |
| Returns: | vector (ref) |
|
getNumberOfCompetitors
| Params: | none |
| Returns: | scalar (integer) |
getNumberOfCouplesInDance
| Params: | $dance |
| Returns: | scalar (integer) |
getDancesByCouple
| Params: | $couple |
| Returns: | vector (ref) |
getEmailAddresses
| Params: | none |
| Returns: | vector (ref) |
getNameSortedCompetitors
| Params: | none |
| Returns: | vector (ref) |
getNameSortedCompetitorsBySchool
| Params: | $school |
| Returns: | vector (ref) |
getNameSortedCouples
| Params: | none |
| Returns: | vector (ref) |
getNumberSortedCouples
| Params: | none |
| Returns: | vector (ref) |
|
getNameSortedCouplesByDance
| Params: | $dance |
| Returns: | vector (ref) |
getNumberSortedCouplesByDance
| Params: | $dance |
| Returns: | vector (ref) |
getSchools
| Params: | none |
| Returns: | vector (ref) |
getSortedSchools
| Params: | none |
| Returns: | vector (ref) |
scrub_db
| Params: | none |
| Returns: | none |
exit
| Params: | none |
| Returns: | none |
quit
| Params: | none |
| Returns: | none |
|