ClockWork DB CoreAPI 1.0.48
Abstract Time Series and Storage/Management Library
Loading...
Searching...
No Matches
tom::collections::sparse_series Member List

This is the complete list of members for tom::collections::sparse_series, including all inherited members.

begin() const =0 (defined in tom::collections::time_series)tom::collections::time_seriespure virtual
data() const (defined in tom::collections::time_series)tom::collections::time_seriesinlinevirtual
end() const =0 (defined in tom::collections::time_series)tom::collections::time_seriespure virtual
get_calendar() const (defined in tom::collections::sparse_series)tom::collections::sparse_seriesinlinevirtual
get_fill_forward() const (defined in tom::collections::sparse_series)tom::collections::sparse_seriesinline
get_first_date() const (defined in tom::collections::time_series)tom::collections::time_seriesinline
get_first_date_int() const (defined in tom::collections::time_series)tom::collections::time_seriesinlinevirtual
get_ignore_missing_values() const (defined in tom::collections::sparse_series)tom::collections::sparse_seriesinline
get_ignore_same_values() const (defined in tom::collections::sparse_series)tom::collections::sparse_seriesinline
get_last_date() const (defined in tom::collections::time_series)tom::collections::time_seriesinline
get_last_date_int() const (defined in tom::collections::time_series)tom::collections::time_seriesinlinevirtual
get_observation(date_int_type d) const =0 (defined in tom::collections::time_series)tom::collections::time_seriespure virtual
get_observation(date d) const =0 (defined in tom::collections::time_series)tom::collections::time_seriespure virtual
m_calendar (defined in tom::collections::sparse_series)tom::collections::sparse_seriesprotected
m_end_date_int (defined in tom::collections::time_series)tom::collections::time_seriesprotected
m_fill_forward (defined in tom::collections::sparse_series)tom::collections::sparse_seriesprotected
m_ignore_missing_values (defined in tom::collections::sparse_series)tom::collections::sparse_seriesprotected
m_ignore_same_values (defined in tom::collections::sparse_series)tom::collections::sparse_seriesprotected
m_start_date_int (defined in tom::collections::time_series)tom::collections::time_seriesprotected
operator[](date_int_type d) const =0 (defined in tom::collections::time_series)tom::collections::time_seriespure virtual
operator[](date_int_type d)=0 (defined in tom::collections::time_series)tom::collections::time_seriespure virtual
operator[](date d) const =0 (defined in tom::collections::time_series)tom::collections::time_seriespure virtual
operator[](date d)=0 (defined in tom::collections::time_series)tom::collections::time_seriespure virtual
print(std::ostream &) const =0 (defined in tom::collections::time_series)tom::collections::time_seriespure virtual
set_fill_forward(bool b) (defined in tom::collections::sparse_series)tom::collections::sparse_seriesinline
set_first_date_int(const date_int_type d) (defined in tom::collections::time_series)tom::collections::time_seriesprotected
set_ignore_missing_values(bool b) (defined in tom::collections::sparse_series)tom::collections::sparse_seriesinline
set_ignore_same_values(bool b) (defined in tom::collections::sparse_series)tom::collections::sparse_seriesinline
set_last_date_int(const date_int_type d) (defined in tom::collections::time_series)tom::collections::time_seriesprotected
set_observation(date_int_type d, const observation &val)=0 (defined in tom::collections::sparse_series)tom::collections::sparse_seriespure virtual
set_observation(date d, const observation &val) (defined in tom::collections::sparse_series)tom::collections::sparse_seriesinlinevirtual
set_observation(date_int_type d, const Date &)=0 (defined in tom::collections::sparse_series)tom::collections::sparse_seriespure virtual
set_observation(date d, const Date &)=0 (defined in tom::collections::sparse_series)tom::collections::sparse_seriespure virtual
set_observation(date_int_type d, float f) (defined in tom::collections::sparse_series)tom::collections::sparse_seriesinline
set_observation(date d, float f) (defined in tom::collections::sparse_series)tom::collections::sparse_seriesinline
set_observation(date_int_type d, double f) (defined in tom::collections::sparse_series)tom::collections::sparse_seriesinline
set_observation(date d, double f) (defined in tom::collections::sparse_series)tom::collections::sparse_seriesinline
set_observation(date_int_type d, const std::string &f) (defined in tom::collections::sparse_series)tom::collections::sparse_seriesinlinevirtual
set_observation(date d, const std::string &f) (defined in tom::collections::sparse_series)tom::collections::sparse_seriesinlinevirtual
set_observation(date_int_type d, const char *f) (defined in tom::collections::sparse_series)tom::collections::sparse_seriesinlinevirtual
set_observation(date d, const char *f) (defined in tom::collections::sparse_series)tom::collections::sparse_seriesinlinevirtual
set_observation(date_int_type d, int f) (defined in tom::collections::sparse_series)tom::collections::sparse_seriesinline
set_observation(date d, int f) (defined in tom::collections::sparse_series)tom::collections::sparse_seriesinline
set_observation(date_int_type d, bool f) (defined in tom::collections::sparse_series)tom::collections::sparse_seriesinline
set_observation(date d, bool f) (defined in tom::collections::sparse_series)tom::collections::sparse_seriesinline
set_observation(date_int_type d, tom::value_type f) (defined in tom::collections::sparse_series)tom::collections::sparse_seriesinline
set_observation(date d, tom::value_type f) (defined in tom::collections::sparse_series)tom::collections::sparse_seriesinline
set_observation(const Date &d, const observation &val) (defined in tom::collections::time_series)tom::collections::time_seriesinlinevirtual
set_observation(const Date &d, float f) (defined in tom::collections::time_series)tom::collections::time_seriesinline
set_observation(const Date &d, double f) (defined in tom::collections::time_series)tom::collections::time_seriesinline
set_observation(const Date &d, const std::string &f) (defined in tom::collections::time_series)tom::collections::time_seriesinlinevirtual
set_observation(const Date &d, const char *f) (defined in tom::collections::time_series)tom::collections::time_seriesinlinevirtual
set_observation(const Date &d, int f) (defined in tom::collections::time_series)tom::collections::time_seriesinline
set_observation(const Date &d, bool f) (defined in tom::collections::time_series)tom::collections::time_seriesinline
set_observation(const Date &d, tom::value_type f) (defined in tom::collections::time_series)tom::collections::time_seriesinline
sparse_series(calendar &c) (defined in tom::collections::sparse_series)tom::collections::sparse_seriesinline
sparse_series(calendar &c, bool ignore_same_value, bool ignore_missing_value) (defined in tom::collections::sparse_series)tom::collections::sparse_seriesinline
sparse_series(calendar &c, bool ignore_same_value, bool ignore_missing_value, bool fill_forward) (defined in tom::collections::sparse_series)tom::collections::sparse_seriesinline
time_series() (defined in tom::collections::time_series)tom::collections::time_seriesinline
~sparse_series() (defined in tom::collections::sparse_series)tom::collections::sparse_seriesinlinevirtual
~time_series() (defined in tom::collections::time_series)tom::collections::time_seriesinlinevirtual