#include <Frequency.h>
Public Member Functions | |
void | toBin (EndianOSStream &eoss) |
Frequency (const Frequency &) | |
Frequency (const string &s) | |
Frequency (const IDLFrequency &) | |
Frequency (double value) | |
Frequency & | operator= (const Frequency &) |
Frequency & | operator= (const double) |
Frequency & | operator+= (const Frequency &) |
Frequency & | operator-= (const Frequency &) |
Frequency & | operator *= (const double) |
Frequency & | operator/= (const double) |
Frequency | operator+ (const Frequency &) const |
Frequency | operator- (const Frequency &) const |
Frequency | operator * (const double) const |
Frequency | operator/ (const double) const |
bool | operator< (const Frequency &) const |
bool | operator> (const Frequency &) const |
bool | operator<= (const Frequency &) const |
bool | operator>= (const Frequency &) const |
bool | operator== (const Frequency &) const |
bool | equals (const Frequency &) const |
bool | operator!= (const Frequency &) const |
bool | isZero () const |
Frequency | operator- () const |
Frequency | operator+ () const |
string | toString () const |
string | toStringI () const |
operator string () const | |
double | get () const |
IDLFrequency | toIDLFrequency () const |
Static Public Member Functions | |
double | fromString (const string &) |
string | toString (double) |
Frequency | getFrequency (StringTokenizer &t) throw (NumberFormatException) |
void | toBin (const vector< Frequency > &frequency, EndianOSStream &eoss) |
void | toBin (const vector< vector< Frequency > > &frequency, EndianOSStream &eoss) |
void | toBin (const vector< vector< vector< Frequency > > > &frequency, EndianOSStream &eoss) |
Frequency | fromBin (EndianISStream &eiss) |
vector< Frequency > | from1DBin (EndianISStream &eiss) |
vector< vector< Frequency > > | from2DBin (EndianISStream &eiss) |
vector< vector< vector< Frequency > > > | from3DBin (EndianISStream &eiss) |
string | unit () |
Friends | |
Frequency | operator * (double, const Frequency &) |
ostream & | operator<< (ostream &, const Frequency &) |
istream & | operator>> (istream &, Frequency &) |
|
Read the binary representation of a vector of Frequency from an EndianISStream and use the read value to set a vector of Frequency.
|
|
Read the binary representation of a vector of vector of Frequency from an EndianISStream and use the read value to set a vector of vector of Frequency.
|
|
Read the binary representation of a vector of vector of vector of Frequency from an EndianISStream and use the read value to set a vector of vector of vector of Frequency.
|
|
Read the binary representation of an Frequency from a EndianISStream and use the read value to set an Frequency.
|
|
Write the binary representation of a vector of vector of vector of Frequency to a EndianOSStream.
|
|
Write the binary representation of a vector of vector of Frequency to a EndianOSStream.
|
|
Write the binary representation of a vector of Frequency to a EndianOSStream.
|
|
Write the binary representation of this to a EndianOSStream. |