|
|
template<typename IteratorT > |
| | time_series (tom::calendars::calendar &cal, datastore &ds, const observation &name, aggregation_type agg_t, const tom::calendars::date_time &created, const tom::calendars::date_time &modified, tom::calendars::date_int_type start, IteratorT begin, IteratorT end) |
| |
|
| time_series (tom::calendars::calendar &cal, datastore &ds, const observation &name, aggregation_type agg_t, const tom::calendars::date_time &created, const tom::calendars::date_time &modified, tom::calendars::date_int_type start, tom::calendars::date_int_type end, populate_data_func) |
| |
|
| time_series (tom::calendars::calendar &cal, datastore &ds, const observation &name, aggregation_type) |
| |
|
| time_series (tom::calendars::calendar &cal, datastore &ds, const observation &name, aggregation_type, const tom::calendars::date_time &created, const tom::calendars::date_time &modified) |
| |
| virtual tom::collections::time_series_iterator & | begin () const |
| |
| virtual tom::collections::time_series_iterator & | end () const |
| |
| virtual aggregation_type | get_aggregation_type () const |
| |
| virtual tom::calendars::calendar & | get_calendar () const |
| |
| virtual const tom::calendars::date_time & | get_create_date_time () const |
| |
| virtual const values::data_type & | get_data_type () const |
| |
| virtual datastore & | get_datastore () const |
| |
| virtual tom::calendars::date_int_type | get_first_date_int () const |
| |
| virtual tom::calendars::date_int_type | get_first_dirty_date_int () const |
| |
| virtual tom::calendars::date_int_type | get_last_date_int () const |
| |
| virtual tom::calendars::date_int_type | get_last_dirty_date_int () const |
| |
| virtual const tom::calendars::date_time & | get_modify_date_time () const |
| |
| virtual const tom::string & | get_name () const |
| |
| virtual const tom::observation & | get_observation (const tom::calendars::date d) const |
| |
| virtual const tom::observation & | get_observation (const tom::calendars::date_int_type d) const |
| |
| virtual const void * | get_raw_data () const |
| |
| virtual bool | is_sparse_series () const |
| |
| virtual tom::observation & | operator[] (const tom::calendars::date d) |
| |
| virtual const tom::observation & | operator[] (const tom::calendars::date d) const |
| |
| virtual tom::observation & | operator[] (const tom::calendars::date_int_type d) |
| |
| virtual const tom::observation & | operator[] (const tom::calendars::date_int_type d) const |
| |
| virtual std::ostream & | print (std::ostream &) const |
| |
| virtual void | set_aggregation_type (aggregation_type) |
| |
| virtual void | set_observation (const tom::calendars::date d, const tom::observation &val) |
| |
| virtual void | set_observation (const tom::calendars::date_int_type d, const tom::observation &val) |
| |
| virtual void | set_observation (tom::calendars::date d, const tom::Date &) |
| |
| virtual void | set_observation (tom::calendars::date_int_type d, const tom::Date &) |
| |
| bool | alias_set_touched () const |
| |
| virtual bool | exists () const |
| |
| size_t | get_added_aliases (alias_set &added) const |
| |
| virtual alias_set & | get_alias_set () |
| |
| virtual const alias_set & | get_alias_set () const |
| |
| const tom::String & | get_attribute (const char *att_name, bool check_datastore=true) const |
| |
| const tom::String & | get_attribute (const tom::observation &att_name, bool check_datastore=true) const |
| |
| const tom::String & | get_attribute (const tom::String &att_name, bool check_datastore=true) const |
| |
|
virtual const attribute_set_t & | get_changed_attribute_names () const |
| |
| size_t | get_dropped_aliases (alias_set &dropped) const |
| |
| bool | operator!= (const time_series &rhs) const |
| |
| bool | operator== (const time_series &rhs) const |
| |
| virtual void | save (bool overwrite=false) |
| |
| void | set_attribute (const char *att_name, const char *att_value) |
| |
| void | set_attribute (const tom::observation &att_name, const tom::observation &att_value) |
| |
| void | set_attribute (const tom::String &att_name, const tom::String &att_value) |
| |
|
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) |
| |
|
virtual void | set_observation (date d, const char *f) |
| |
|
virtual 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) |
| |
|
virtual void | set_observation (date_int_type d, const char *f) |
| |
|
virtual 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) |
| |