|
|
| sparse_series (calendar &c) |
| |
|
| sparse_series (calendar &c, bool ignore_same_value, bool ignore_missing_value) |
| |
|
| sparse_series (calendar &c, bool ignore_same_value, bool ignore_missing_value, bool fill_forward) |
| |
| virtual tom::calendars::calendar & | get_calendar () const |
| |
|
bool | get_fill_forward () const |
| |
|
bool | get_ignore_missing_values () const |
| |
|
bool | get_ignore_same_values () const |
| |
|
void | set_fill_forward (bool b) |
| |
|
void | set_ignore_missing_values (bool b) |
| |
|
void | set_ignore_same_values (bool b) |
| |
|
void | set_observation (date d, bool f) |
| |
| void | set_observation (date d, const char *f) |
| |
| virtual void | set_observation (date d, const Date &)=0 |
| |
| virtual void | set_observation (date d, const observation &val) |
| |
| void | set_observation (date d, const std::string &f) |
| |
|
void | set_observation (date d, double f) |
| |
|
void | set_observation (date d, float f) |
| |
|
void | set_observation (date d, int f) |
| |
|
void | set_observation (date d, tom::value_type f) |
| |
|
void | set_observation (date_int_type d, bool f) |
| |
| void | set_observation (date_int_type d, const char *f) |
| |
| virtual void | set_observation (date_int_type d, const Date &)=0 |
| |
| virtual void | set_observation (date_int_type d, const observation &val)=0 |
| |
| void | set_observation (date_int_type d, const std::string &f) |
| |
|
void | set_observation (date_int_type d, double f) |
| |
|
void | set_observation (date_int_type d, float f) |
| |
|
void | set_observation (date_int_type d, int f) |
| |
|
void | set_observation (date_int_type d, tom::value_type f) |
| |
|
virtual time_series_iterator & | begin () const =0 |
| |
|
virtual const void * | data () const |
| |
|
virtual time_series_iterator & | end () const =0 |
| |
|
date | get_first_date () const |
| |
|
virtual date_int_type | get_first_date_int () const |
| |
|
date | get_last_date () const |
| |
|
virtual date_int_type | get_last_date_int () const |
| |
|
virtual const observation & | get_observation (date d) const =0 |
| |
|
virtual const observation & | get_observation (date_int_type d) const =0 |
| |
|
virtual const observation & | operator[] (date d) const =0 |
| |
|
virtual observation & | operator[] (date d)=0 |
| |
|
virtual const observation & | operator[] (date_int_type d) const =0 |
| |
|
virtual observation & | operator[] (date_int_type d)=0 |
| |
|
virtual std::ostream & | print (std::ostream &) const =0 |
| |
|
void | set_observation (const Date &d, bool f) |
| |
|
virtual void | set_observation (const Date &d, const char *f) |
| |
|
virtual void | set_observation (const Date &d, const observation &val) |
| |
|
virtual void | set_observation (const Date &d, const std::string &f) |
| |
|
void | set_observation (const Date &d, double f) |
| |
|
void | set_observation (const Date &d, float f) |
| |
|
void | set_observation (const Date &d, int f) |
| |
|
void | set_observation (const Date &d, tom::value_type f) |
| |
|
void | set_observation (date d, bool f) |
| |
|
void | set_observation (date d, double f) |
| |
|
void | set_observation (date d, float f) |
| |
|
void | set_observation (date d, int f) |
| |
|
void | set_observation (date d, tom::value_type f) |
| |
|
void | set_observation (date_int_type d, bool f) |
| |
|
void | set_observation (date_int_type d, double f) |
| |
|
void | set_observation (date_int_type d, float f) |
| |
|
void | set_observation (date_int_type d, int f) |
| |
|
void | set_observation (date_int_type d, tom::value_type f) |
| |