#include <WeatherStore.h>
Public Member Functions | |
| const Data & | GetData (const unsigned long int gps) |
| std::size_t | GetNEntries () const |
| template<class Iterator > | |
| WeatherStore (const Iterator &begin, const Iterator &end) | |
| WeatherStore (const std::string &filename) | |
Private Member Functions | |
| void | Check () |
Private Attributes | |
| Data | fFound |
| std::set< Data > | fSet |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const WeatherStore< Data > &s) |
Definition at line 15 of file WeatherStore.h.
|
inline |
Definition at line 17 of file WeatherStore.h.
References anal::WeatherStore< Data, RawRow >::Check().
|
inline |
Definition at line 23 of file WeatherStore.h.
References anal::WeatherStore< Data, RawRow >::Check(), file, and anal::WeatherStore< Data, RawRow >::fSet.
|
inlineprivate |
Definition at line 71 of file WeatherStore.h.
References anal::WeatherStore< Data, RawRow >::fSet.
Referenced by anal::WeatherStore< Data, RawRow >::WeatherStore().
|
inline |
Definition at line 36 of file WeatherStore.h.
References anal::WeatherStore< Data, RawRow >::fFound, and anal::WeatherStore< Data, RawRow >::fSet.
|
inline |
Definition at line 58 of file WeatherStore.h.
References anal::WeatherStore< Data, RawRow >::fSet.
|
friend |
Definition at line 62 of file WeatherStore.h.
|
private |
Definition at line 77 of file WeatherStore.h.
Referenced by anal::WeatherStore< Data, RawRow >::GetData().
|
private |
Definition at line 78 of file WeatherStore.h.
Referenced by anal::WeatherStore< Data, RawRow >::Check(), anal::WeatherStore< Data, RawRow >::GetData(), anal::WeatherStore< Data, RawRow >::GetNEntries(), and anal::WeatherStore< Data, RawRow >::WeatherStore().