|
|
| nano_sparse_series_impl (calendar &cal) |
| |
|
| nano_sparse_series_impl (calendar &cal, bool ignore_same_value, bool ignore_missing_value, bool fill_forward) |
| |
|
template<typename Iter > |
| | nano_sparse_series_impl (calendar &cal, bool ignore_same_value, bool ignore_missing_value, Iter begin, Iter end) |
| |
|
template<typename Iter > |
| | nano_sparse_series_impl (calendar &cal, Iter begin, Iter end) |
| |
| virtual time_series_iterator & | begin () const |
| |
| virtual time_series_iterator & | end () const |
| |
| date_int_type | get_first_date_int () const |
| |
| date_int_type | get_last_date_int () const |
| |
| virtual const observation & | get_observation (const date d) const |
| |
| virtual const observation & | get_observation (date_int_type d) const |
| |
|
bool | is_empty () const |
| |
| virtual observation & | operator[] (const date d) |
| |
| virtual const observation & | operator[] (const date d) const |
| |
| virtual observation & | operator[] (const date_int_type d) |
| |
| virtual const observation & | operator[] (const date_int_type d) const |
| |
| virtual std::ostream & | print (std::ostream &) const |
| |
|
void | set_observation (const date d, const typename T::value_type &val) |
| |
|
void | set_observation (const date d, tom::value_type val) |
| |
|
void | set_observation (const date_int_type d, const typename T::value_type &val) |
| |
|
void | set_observation (const date_int_type d, tom::value_type val) |
| |
| virtual void | set_observation (date d, const Date &v) |
| |
| virtual void | set_observation (date d, const observation &val) |
| |
| virtual void | set_observation (date_int_type d, const Date &v) |
| |
| virtual void | set_observation (date_int_type d, const observation &val) |
| |
|
void | set_observation_ (date_int_type d, const T &v) |
| |
|
| 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) |
| |
| 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) |
| |
| 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 const void * | data () const |
| |
|
date | get_first_date () const |
| |
|
date | get_last_date () const |
| |
|
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) |
| |