|
libwreport
3.29
|
BUFR/CREX table D with Dxxyyy aggregate code expansions. More...
#include <dtable.h>
Public Member Functions | |
| virtual std::string | pathname () const =0 |
| Return the pathname of the file from which this table has been loaded. | |
| virtual Opcodes | query (Varcode var) const =0 |
| Query the DTable. More... | |
Static Public Member Functions | |
| static const DTable * | load_bufr (const std::string &pathname) |
| Return a BUFR D table, by file name. More... | |
| static const DTable * | load_crex (const std::string &pathname) |
| Return a CREX D table, by file name. More... | |
BUFR/CREX table D with Dxxyyy aggregate code expansions.
|
static |
Return a BUFR D table, by file name.
Once loaded, the table will be cached in memory for reuse, and further calls to load_bufr() will return the cached version.
|
static |
Return a CREX D table, by file name.
Once loaded, the table will be cached in memory for reuse, and further calls to load_crex() will return the cached version.
Query the DTable.
| var | entry code (i.e. DXXYYY as a wreport::Varcode WR_VAR(3, xx, yyy). |