libdballe
6.8
|
#include <stationvalue.h>
Public Member Functions | |
StationValue (const Station &station, std::auto_ptr< wreport::Var > var) | |
![]() | |
ValueBase (std::auto_ptr< wreport::Var > var) | |
unsigned | query_attrs (const std::vector< wreport::Varcode > &qcs, Record &attrs) const |
void | attr_insert (const Record &attrs) |
void | attr_remove (const std::vector< wreport::Varcode > &qcs) |
void | replace (std::auto_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 |
![]() | |
wreport::Var * | var |
Station information.