Options for Golf example More...
Public Member Functions | |
GolfOptions (void) | |
Constructor. | |
int | w (void) const |
Return number of weeks. | |
int | g (void) const |
Return number of groups. | |
int | s (void) const |
Return number of players per group. | |
Protected Attributes | |
Driver::IntOption | _w |
Driver::IntOption | _g |
Driver::IntOption | _s |
GolfOptions::GolfOptions | ( | void | ) | [inline] |
int GolfOptions::w | ( | void | ) | const [inline] |
int GolfOptions::g | ( | void | ) | const [inline] |
int GolfOptions::s | ( | void | ) | const [inline] |
Driver::IntOption GolfOptions::_w [protected] |
Driver::IntOption GolfOptions::_g [protected] |
Driver::IntOption GolfOptions::_s [protected] |