Value operators

Defines math operators for values
o operator+
Value math (unary plus)
o operator-
Value math (unary minus)
o operator++
Value math (prefix increment)
o operator--
Value math (prefix decrement)
o operator++
Value math (postfix increment)
o operator--
Value math (postfix decrement)
o operator+
Value math (plus)
o operator-
Value math (minus)
o operator*
Value math (times)
o operator/
Value math (over)
o operator%
Value math (mod)
o operator~
Value math (not)
o operator|
Value math (or)
o operator&
Value math (and)
o operator^
Value math (xor)
o operator<<
Value math (shift left)
o operator>>
Value math (shift right)
The following math operations are supported:
    
Author:
Written June 2001 by Masahiro Ito and Daniel Sigg
Version:
1.0

Alphabetic index Hierarchy of classes


Please send questions and comments to zweizig_j@ligo-wa.caltech.edu