Centimeters(double cm) | code::Length | [inline, static] |
centimeters() const | code::Length | [inline] |
compareTo(const Length &l) const | code::Length | [inline] |
degreesOfLatitude() const | code::Length | [inline] |
feet() const | code::Length | [inline] |
Feet(double f) | code::Length | [inline, static] |
Inches(double in) | code::Length | [inline, static] |
inches() const | code::Length | [inline] |
Kilofeet(double kft) | code::Length | [inline, static] |
kiloFeet() const | code::Length | [inline] |
Kilometers(double km) | code::Length | [inline, static] |
kilometers() const | code::Length | [inline] |
Length() | code::Length | [inline] |
Length(double value, const std::string &unit) | code::Length | |
Meters(double m) | code::Length | [inline, static] |
meters() const | code::Length | [inline] |
NauticalMiles(double nm) | code::Length | [inline, static] |
nauticalMiles() const | code::Length | [inline] |
operator *(double d) const | code::Length | [inline] |
operator *(double scale, const Length &a) | code::Length | [friend] |
operator *=(double d) | code::Length | [inline] |
operator!=(const Length &l) const | code::Length | [inline] |
operator+(const Length &l) const | code::Length | [inline] |
operator+(const Length &a) | code::Length | [friend] |
operator+=(const Length &l) | code::Length | [inline] |
operator-(const Length &l) const | code::Length | [inline] |
operator-(const Length &a) | code::Length | [friend] |
operator-=(const Length &l) | code::Length | [inline] |
operator/(double d) const | code::Length | [inline] |
operator/(const Length &l) const | code::Length | [inline] |
operator/=(double d) | code::Length | [inline] |
operator<(const Length &l) const | code::Length | [inline] |
operator<<(std::ostream &, const Length &) | code::Length | [friend] |
operator<=(const Length &l) const | code::Length | [inline] |
operator==(const Length &l) const | code::Length | [inline] |
operator>(const Length &l) const | code::Length | [inline] |
operator>=(const Length &l) const | code::Length | [inline] |
statuteMiles() const | code::Length | [inline] |
StatuteMiles(double sm) | code::Length | [inline, static] |
value(const std::string &unitStr) | code::Length | |