Public Member Functions | |
| TVSection () | |
| TVSection (int anID, int aMaxTimeZone, int aLength) | |
| TVSection (const TVSection &aSection) | |
| ~TVSection () | |
| TVSection & | operator= (const TVSection &aSection) |
| void | Print (const int &aWidth=1, const int &aDetail=0) const |
| int | ID () const |
| int | Length () const |
| bool | CanAccommodate (const TVVessel &aVessel) const |
| const set< int > & | Vessels () const |
| void | Add (const TVVessel &aVessel) |
| void | Remove (const TVVessel &aVessel) |
Friends | |
| istream & | operator>> (istream &anIS, TVSection &aSection) |
| ostream & | operator<< (ostream &anOS, const TVSection &aSection) |
| int | compare (const TVSection &aS1, const TVSection &aS2) |
Definition at line 37 of file BAPTVSection.h.
1.5.3