|
Public Member Functions |
void | toBin (EndianOSStream &eoss) |
| Length (const Length &) |
| Length (const string &s) |
| Length (const IDLLength &) |
| Length (double value) |
Length & | operator= (const Length &) |
Length & | operator= (const double) |
Length & | operator+= (const Length &) |
Length & | operator-= (const Length &) |
Length & | operator *= (const double) |
Length & | operator/= (const double) |
Length | operator+ (const Length &) const |
Length | operator- (const Length &) const |
Length | operator * (const double) const |
Length | operator/ (const double) const |
bool | operator< (const Length &) const |
bool | operator> (const Length &) const |
bool | operator<= (const Length &) const |
bool | operator>= (const Length &) const |
bool | operator== (const Length &) const |
bool | equals (const Length &) const |
bool | operator!= (const Length &) const |
bool | isZero () const |
Length | operator- () const |
Length | operator+ () const |
string | toString () const |
string | toStringI () const |
| operator string () const |
double | get () const |
IDLLength | toIDLLength () const |
Static Public Member Functions |
static double | fromString (const string &) |
static string | toString (double) |
static Length | getLength (StringTokenizer &t) throw (NumberFormatException) |
static void | toBin (const vector< Length > &len, EndianOSStream &eoss) |
static void | toBin (const vector< vector< Length > > &len, EndianOSStream &eoss) |
static void | toBin (const vector< vector< vector< Length > > > &len, EndianOSStream &eoss) |
static Length | fromBin (EndianISStream &eiss) |
static vector< Length > | from1DBin (EndianISStream &eiss) |
static vector< vector< Length > > | from2DBin (EndianISStream &eiss) |
static vector< vector< vector<
Length > > > | from3DBin (EndianISStream &eiss) |
static string | unit () |
Friends |
Length | operator * (double, const Length &) |
ostream & | operator<< (ostream &, const Length &) |
istream & | operator>> (istream &, Length &) |