|
| value () |
|
| value (const value_type &v) |
|
template<typename OtherValue , typename OtherUnits > |
| value (const value< OtherValue, OtherUnits > &v) |
|
const value_type & | get () const |
|
template<typename OtherValue , typename OtherUnits > |
value & | operator= (const value< OtherValue, OtherUnits > &other) |
|
template<typename OtherValue , typename OtherUnits > |
value | operator+ (const value< OtherValue, OtherUnits > &other) const |
|
template<typename OtherValue , typename OtherUnits > |
value & | operator+= (const value< OtherValue, OtherUnits > &other) |
|
template<typename OtherValue , typename OtherUnits > |
value & | operator-= (const value< OtherValue, OtherUnits > &other) |
|
template<typename OtherValue , typename OtherUnits > |
value | operator- (const value< OtherValue, OtherUnits > &other) const |
|
value | operator- () const |
|
template<typename OtherValue , typename OtherUnits > |
value< Value, compose< Units, OtherUnits > > | operator* (const value< OtherValue, OtherUnits > &other) const |
|
value | operator* (const value_type &v) const |
|
value & | operator*= (const value_type &v) |
|
template<typename OtherValue , typename OtherUnits > |
value< Value, compose< Units, pow< OtherUnits,-1 > > > | operator/ (const value< OtherValue, OtherUnits > &other) const |
|
value | operator/ (const value_type &v) const |
|
value & | operator/= (const value_type &v) |
|
template<typename OtherValue , typename OtherUnits > |
bool | operator== (const value< OtherValue, OtherUnits > &other) const |
|
template<typename OtherValue , typename OtherUnits > |
bool | operator!= (const value< OtherValue, OtherUnits > &other) const |
|
template<typename OtherValue , typename OtherUnits > |
bool | operator< (const value< OtherValue, OtherUnits > &other) const |
|
template<typename OtherValue , typename OtherUnits > |
bool | operator<= (const value< OtherValue, OtherUnits > &other) const |
|
template<typename OtherValue , typename OtherUnits > |
bool | operator> (const value< OtherValue, OtherUnits > &other) const |
|
template<typename OtherValue , typename OtherUnits > |
bool | operator>= (const value< OtherValue, OtherUnits > &other) const |
|
value & | operator++ () |
|
value | operator++ (int) |
|
value & | operator-- () |
|
value | operator-- (int) |
|