|
Canola
0.8.D001
|
#include <rounding.h>
Public Member Functions | |
| virtual | ~slider_rounding () |
| slider_rounding () | |
Private Member Functions | |
| slider_rounding (const slider_rounding &rhs) | |
| slider_rounding & | operator= (const slider_rounding &rhs) |
The slider_rounding class is used to represent the Rounding Switch on the Canola's keyboard.
Definition at line 27 of file rounding.h.
| slider_rounding::~slider_rounding | ( | ) | [virtual] |
The destructor.
Definition at line 21 of file rounding.cc.
The default constructor.
Definition at line 26 of file rounding.cc.
| slider_rounding::slider_rounding | ( | const slider_rounding & | rhs | ) | [private] |
The copy constructor. Do not use.
| rhs | The right hand side of the initialization. |
| slider_rounding& slider_rounding::operator= | ( | const slider_rounding & | rhs | ) | [private] |
The assignment operator. Do not use.
| rhs | The right hand side of the assignment. |
1.7.6.1