|
libdballe
7.7
|
Value describing one property of a station. More...
#include <stationvalue.h>
Public Member Functions | |
| StationValue (const Station &station, std::unique_ptr< wreport::Var > var) | |
Public Member Functions inherited from dballe::memdb::ValueBase | |
| ValueBase (std::unique_ptr< wreport::Var > var) | |
| void | query_attrs (std::function< void(std::unique_ptr< wreport::Var >)> dest) const |
| void | attr_insert (const Record &attrs) |
| void | attr_insert (const Values &attrs) |
| void | attr_remove (const std::vector< wreport::Varcode > &qcs) |
| void | replace (std::unique_ptr< wreport::Var > var) |
| Replace the variable with the given one. | |
| void | replace (const wreport::Var &var) |
| Replace the value with the one of the given variable. | |
Data Fields | |
| const Station & | station |
Data Fields inherited from dballe::memdb::ValueBase | |
| wreport::Var * | var |
Value describing one property of a station.
1.8.9.1