#include <units.h>
Public Member Functions | |
| Freq () | |
| Freq (const Freq &oldfreq) | |
| virtual | ~Freq () |
| int | fromfreq () |
| Freq & | operator++ () |
| Freq & | operator-- () |
| int | operator> (Freq &newfreq) |
| int | operator< (Freq &newfreq) |
| Freq & | operator= (const Freq &newfreq) |
| int | operator= (const int newfreq) |
| int | operator!= (Freq &newfreq) |
| int | operator== (Freq &newfreq) |
| int | operator== (int newfreq) |
Static Public Member Functions | |
| static void | init_table () |
| static int | tofreq (int index) |
| static int | fromfreq (int index) |
Public Attributes | |
| int | freq |
Static Public Attributes | |
| static int * | freqtable = 0 |
Definition at line 61 of file units.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4