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


Public Methods | |
| major () | |
| virtual | ~major () |
| major (const major &major) | |
| const major & | operator= (const major &rhs) |
| bool | operator== (const major &rhs) |
| bool | operator< (const major &m) |
| void | setMajor (string m) |
| string | getMajorStr () const |
| void | setMajorStr (const string &m) |
| string | ToParse (int fld) |
| Gets neccessary data to parse string. More... | |
| string | ToString () |
| Returns the field as a string. More... | |
| string | ToFileFmt () |
| Converts field to the current file format. More... | |
Protected Methods | |
| void | copy (const major &m) |
Protected Attributes | |
| string | m_major |
|
|
|
|
|
|
|
|
|
|
|
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. |
|
|
|
|
|
00027 {
00028 return m_major;
00029 }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
00032 {
00033 m_major = m;
00034 }
|
|
|
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001