Exports parsed data associated with a mnemonic (ex: "CLAT")
More...
#include <MnemonicVariable.h>
Exports parsed data associated with a mnemonic (ex: "CLAT")
Definition at line 24 of file MnemonicVariable.h.
◆ MnemonicVariable()
Ingester::MnemonicVariable::MnemonicVariable |
( |
const std::string & |
mnemonicStr, |
|
|
const Transforms & |
transforms |
|
) |
| |
|
explicit |
◆ ~MnemonicVariable()
Ingester::MnemonicVariable::~MnemonicVariable |
( |
| ) |
|
|
finaldefault |
◆ applyTransforms()
void Ingester::MnemonicVariable::applyTransforms |
( |
IngesterArray & |
data | ) |
|
|
private |
◆ exportData()
Gets the requested data, applies transforms, and returns the requested data.
- Parameters
-
map | BufrDataMap that contains the parsed data for each mnemonic |
Implements Ingester::Variable.
Definition at line 25 of file MnemonicVariable.cpp.
◆ mnemonic_
std::string Ingester::MnemonicVariable::mnemonic_ |
|
private |
◆ transforms_
Transforms Ingester::MnemonicVariable::transforms_ |
|
private |
Collection of transforms to apply to the data during export.
Definition at line 39 of file MnemonicVariable.h.
The documentation for this class was generated from the following files: