libwreport  3.42
fwd.h
1 #ifndef WREPORT_FWD_H
2 #define WREPORT_FWD_H
3 
4 #include <cstdint>
5 #include <wreport/version.h>
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 } // namespace wreport
24 
25 #endif
Definition: benchmark.h:13