libwreport
2.4
|
Destination for decoded variables from compressed BUFRs. More...
#include <buffers.h>
Public Member Functions | |
virtual void | operator() (const Var &var, unsigned idx)=0 |
Send a variable to a subset. |
Destination for decoded variables from compressed BUFRs.
virtual void wreport::bulletin::CompressedVarSink::operator() | ( | const Var & | var, |
unsigned | idx | ||
) | [pure virtual] |
Send a variable to a subset.
var | Variable to send |
idx | Index of the subset that will get var |