In file Value.hh:
Interferometer set conversion
Inheritance:
Public Methods
explicit | IfoVal (const char* ifoset)
Constructor
|
explicit | IfoVal (const std::string& ifoset)
Constructor
|
explicit | IfoVal (const IfoSet& ifoset)
Constructor
|
virtual IfoVal* | Copy () const
Copy the event column
|
Public Members
typedef ColumnType::ColumnIfo_t | ifoset_type
Ifo set type
|
Inherited from Value:
Public Fields
-
static const int kMaxValueSize
Public Methods
-
Value& operator= (const Value& val)
-
bool Write(Real& x) const
-
bool Write(Int& i) const
-
bool Write(Complex& c) const
-
bool Write(Time& t) const
-
bool Write(std::string& s) const
-
bool Write(char* p, int& len) const
-
bool Write(Event& e) const
-
bool Write(Enum type, data_ptr p) const
-
bool Read(Real x)
-
bool Read(Int i)
-
bool Read(const Complex& x)
-
bool Read(const Time& t)
-
bool Read(const std::string& s)
-
bool Read(const char* p, int len = -1)
-
bool Read(const Event& e)
-
bool Read(Enum type, const_data_ptr p)
-
valuetype Type() const
-
virtual bool Evaluate(const Argument&, Value& x) const
-
Value& operator += (const Value& val)
-
Value& operator -= (const Value& val)
-
Value& operator *= (const Value& val)
-
Value& operator /= (const Value& val)
-
Value& operator %= (const Value& val)
-
Value& operator |= (const Value& val)
-
Value& operator &= (const Value& val)
-
Value& operator ^= (const Value& val)
-
Value& operator >>= (const Value& val)
-
Value& operator <<= (const Value& val)
Public Members
-
typedef ColumnType::Enum valuetype
-
union Union
Public Methods
-
bool operator() (const Argument& arg, Value& val) const
-
bool operator() (const Event& event, Value& val) const
Documentation
Converts a interferometer set to value.
typedef ColumnType::ColumnIfo_t ifoset_type
- Ifo set type
explicit IfoVal(const char* ifoset)
- Constructor
explicit IfoVal(const std::string& ifoset)
- Constructor
explicit IfoVal(const IfoSet& ifoset)
- Constructor
virtual IfoVal* Copy() const
- Returns a copy of the conversion function. This method
must be overriden by all descendents.
- Returns:
- event copy
- This class has no child classes.
- Author:
- Written June 2001 by Masahiro Ito and Daniel Sigg
- Version:
- 1.0
Alphabetic index HTML hierarchy of classes or Java
Please send questions and comments to
zweizig_j@ligo-wa.caltech.edu