![]() |
Calibrator
0.1
Command line tool for 14C calibration
|
Represents a list of calibrated dates. More...
#include <cal_date_list.h>
Public Member Functions | |
| CalDateList (vector< CalDate > dates) | |
| CalDateList () | |
| vector< CalDate > | get_dates () |
| void | push_back (CalDate date) |
| json | to_json () |
| string | to_csv () |
| void | sum () |
Public Attributes | |
| vector< CalDate > | _dates |
Represents a list of calibrated dates.
This class represents a list of calibrated dates
Contact: martin.hinz@ufg.uni-kiel.de
Definition at line 27 of file cal_date_list.h.
| CalDateList::CalDateList | ( | vector< CalDate > | dates | ) |
Definition at line 3 of file cal_date_list.cpp.
| CalDateList::CalDateList | ( | ) |
Definition at line 6 of file cal_date_list.cpp.
| vector< CalDate > CalDateList::get_dates | ( | ) |
Definition at line 10 of file cal_date_list.cpp.
| void CalDateList::push_back | ( | CalDate | date | ) |
Definition at line 15 of file cal_date_list.cpp.
| void CalDateList::sum | ( | ) |
Definition at line 41 of file cal_date_list.cpp.
| string CalDateList::to_csv | ( | ) |
Definition at line 31 of file cal_date_list.cpp.
| json CalDateList::to_json | ( | ) |
Definition at line 19 of file cal_date_list.cpp.
| vector<CalDate> CalDateList::_dates |
Definition at line 34 of file cal_date_list.h.