The DataItem struct This represent a single data item that belongs to a particular observation.
More...
#include <io.h>
|
static auto | check_config (config_t &config) -> std::optional< std::string > |
|
static auto | check_config (config_t &config) -> std::optional< std::string > |
|
|
template<typename OStream > |
auto | operator<< (OStream &os, const DataItem &d) -> decltype(auto) |
|
The DataItem struct This represent a single data item that belongs to a particular observation.
◆ Base [1/2]
◆ Base [2/2]
◆ DataItem() [1/2]
RawObs::DataItem::DataItem |
( |
config_t |
config | ) |
|
|
inline |
◆ DataItem() [2/2]
RawObs::DataItem::DataItem |
( |
config_t |
config | ) |
|
|
inline |
◆ check_config() [1/2]
static auto RawObs::DataItem::check_config |
( |
config_t & |
config | ) |
-> std::optional<std::string> |
|
inlinestatic |
◆ check_config() [2/2]
static auto RawObs::DataItem::check_config |
( |
config_t & |
config | ) |
-> std::optional<std::string> |
|
inlinestatic |
◆ filepath() [1/2]
const std::string & RawObs::DataItem::filepath |
( |
| ) |
const |
|
inline |
◆ filepath() [2/2]
const std::string & RawObs::DataItem::filepath |
( |
| ) |
const |
|
inline |
◆ interface() [1/2]
const std::string & RawObs::DataItem::interface |
( |
| ) |
const |
|
inline |
◆ interface() [2/2]
const std::string & RawObs::DataItem::interface |
( |
| ) |
const |
|
inline |
◆ operator<<
template<typename OStream >
auto operator<< |
( |
OStream & |
os, |
|
|
const DataItem & |
d |
|
) |
| -> decltype(auto) |
|
friend |
◆ m_filepath
std::string RawObs::DataItem::m_filepath {} |
|
private |
◆ m_interface
std::string RawObs::DataItem::m_interface {} |
|
private |
The documentation for this struct was generated from the following files: