libwreport  3.29
fwd.h
1 #ifndef WREPORT_FWD_H
2 #define WREPORT_FWD_H
3 
4 #include <wreport/version.h>
5 #include <cstdint>
6 
7 namespace wreport {
8 class Var;
9 class Vartable;
10 class _Varinfo;
11 typedef const _Varinfo* Varinfo;
12 typedef uint16_t Varcode;
13 
14 class Bulletin;
15 class BufrBulletin;
16 class CrexBulletin;
17 
18 class BufrTableID;
19 class CrexTableID;
20 
21 class Tables;
22 class DTable;
23 }
24 
25 #endif
wreport::BufrBulletin
BUFR bulletin implementation.
Definition: bulletin.h:229
wreport::Tables
Collection of BUFR/CREX tables used to work on a bulletin.
Definition: tables.h:15
wreport::DTable
BUFR/CREX table D with Dxxyyy aggregate code expansions.
Definition: dtable.h:14
wreport::CrexBulletin
CREX bulletin implementation.
Definition: bulletin.h:397
wreport::_Varinfo
Information about a variable.
Definition: varinfo.h:137
wreport::Varcode
uint16_t Varcode
Holds the WMO variable code of a variable.
Definition: fwd.h:12
wreport::Varinfo
const _Varinfo * Varinfo
Varinfo reference.
Definition: fwd.h:10
wreport::Bulletin
Storage for the decoded data of a BUFR or CREX message.
Definition: bulletin.h:30
wreport::BufrTableID
Identifying information for one distinct instance of BUFR tables.
Definition: tableinfo.h:14
wreport::CrexTableID
Identifying information for one distinct instance of CREX tables.
Definition: tableinfo.h:44
wreport
String functions.
Definition: benchmark.h:13