class Value |
Defines an event value
| kMaxValueSize Maximum data size |
| Value () Default constructor | |
| Value (const Value& val) Copy constructor | |
| ~Value () Denstructor | |
| operator= (const Value& val) Assignment operator | |
| Copy () const Copy the event function | |
| Value (Real x) Default constructor | |
| Value (Int i) Constructor (int) | |
| Value (const Time& t) Constructor (Time) | |
| Value (const Complex& c) Constructor (complex) | |
| Value (const String& s) Constructor (string) | |
| Value (const char* s, int len = -1) Constructor (string) | |
| Value (const Event& e) Constructor (event) | |
| Value (Enum type, const void* p) Constructor (specified type) | |
| Write (Real& x) const Get value | |
| Write (Int& i) const Get value | |
| Write (Complex& c) const Get value | |
| Write (Time& t) const Get value | |
| Write (std::string& s) const Get value | |
| Write (char* p, int& len) const Get value | |
| Write (Event& e) const Get value | |
| Write (Enum type, data_ptr p) const Get value | |
| Read (Real x) Set value | |
| Read (Int i) Set value | |
| Read (const Complex& x) Set value | |
| Read (const Time& t) Set value | |
| Read (const std::string& s) Set value | |
| Read (const char* p, int len = -1) Set value | |
| Read (const Event& e) Set value | |
| Read (Enum type, const_data_ptr p) Set value | |
| Type () const Value type | |
| Evaluate (const Argument&, Value& x) const Function value | |
| operator += (const Value& val) Value math (plus equal) | |
| operator -= (const Value& val) Value math (minus equal) | |
| operator *= (const Value& val) Value math (times equal) | |
| operator /= (const Value& val) Value math (over equal) | |
| operator %= (const Value& val) Value math (mod equal) | |
| operator |= (const Value& val) Value math (or equal) | |
| operator &= (const Value& val) Value math (and equal) | |
| operator ^= (const Value& val) Value math (xor equal) | |
| operator >>= (const Value& val) Value math (shift right) | |
| operator <<= (const Value& val) Value math (shift left equal) |
| valuetype Value type | |
| Union Value union |
The event value class contains the number value including its type. Typically, the values of event columns are returned as event values. A value is also a constant function!
Alphabetic index HTML hierarchy of classes or Java
Please send questions and comments to zweizig_j@ligo-wa.caltech.edu