class FilterIO

General container for TSeries.

Public Methods

virtual TSeries& operator[] (const Key& k) throw(std::invalid_argument)
Add TSeries associated with Key k to the container
virtual const TSeries& operator[] (const Key& k) const throw(std::invalid_argument)
Fetch TSeries associated with Key k from the container
virtual void erase(const Key&) throw(std::invalid_argument)
Delete TSeries associated with Key k from the container
virtual void clear(void)
Clear all the TSeries from the container
virtual bool isFull(void) const
Is there a TSeries for allowed Key?
virtual bool isEmpty(void) const
Are there no TSeries in the container?

Documentation

General container for TSeries.
virtual TSeries& operator[] (const Key& k) throw(std::invalid_argument)
Add TSeries associated with Key k to the container

virtual const TSeries& operator[] (const Key& k) const throw(std::invalid_argument)
Fetch TSeries associated with Key k from the container

virtual void erase(const Key&) throw(std::invalid_argument)
Delete TSeries associated with Key k from the container

virtual void clear(void)
Clear all the TSeries from the container

virtual bool isFull(void) const
Is there a TSeries for allowed Key?

virtual bool isEmpty(void) const
Are there no TSeries in the container?


This class has no child classes.

alphabetic index hierarchy of classes


generated by doc++