class FilterIO General container for TSeries.
| | operator[] (const Key& k) throw(std::invalid_argument) Add TSeries associated with Key k to the container |
| | operator[] (const Key& k) const throw(std::invalid_argument) Fetch TSeries associated with Key k from the container |
| | erase (const Key&) throw(std::invalid_argument) Delete TSeries associated with Key k from the container |
| | clear (void) Clear all the TSeries from the container |
| | isFull (void) const Is there a TSeries for allowed Key? |
| | isEmpty (void) const Are there no TSeries in the container? |
General container for TSeries.
virtual const TSeries& operator[] (const Key& k) const throw(std::invalid_argument)
virtual void erase(const Key&) throw(std::invalid_argument)
virtual void clear(void)
virtual bool isFull(void) const
virtual bool isEmpty(void) const
alphabetic index hierarchy of classes
Please send questions and comments to zweizig_j@ligo.caltech.edu
generated by doc++