#include <course.h>
Inheritance diagram for course:


Public Methods | |
| course () | |
| virtual | ~course () |
| course (const course &c) | |
| const course & | operator= (const course &rhs) |
| bool | operator< (const course &c) |
| bool | operator== (const course &c) |
| vectorentity & | getStuds () |
| void | clear () |
| void | setHours (int h) |
| void | setDept (string d) |
| void | setNum (string n) |
| void | setSem (string s) |
| void | setYear (int y) |
| void | setPers (vectorentity p) |
| virtual string | ToParse (int fld) |
| Gets neccessary data to parse string. More... | |
| virtual string | ToString () |
| Returns the field as a string. More... | |
| virtual string | ToFileFmt () |
| Converts field to the current file format. More... | |
Protected Methods | |
| void | copy (const course &c) |
Protected Attributes | |
| int | m_cHours |
| This course's credit hours. More... | |
| vectorentity | m_pers |
| The vector of people related to this course. More... | |
| string | m_dept |
| string | m_sem |
| int | m_year |
| string | m_num |
|
|
|
|
|
|
|
|
|
|
|
Converts field to the current file format.
Reimplemented from field. |
|
|
Gets neccessary data to parse string.
Reimplemented from field. |
|
|
Returns the field as a string.
Reimplemented from field. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This course's credit hours.
|
|
|
|
|
|
|
|
|
The vector of people related to this course.
|
|
|
|
|
|
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001