libwreport  2.4
Data Structures | Namespaces
bulletin.h File Reference

Intermediate representation of parsed values, ordered according to a BUFR or CREX message template. More...

#include <wreport/var.h>
#include <wreport/subset.h>
#include <vector>
#include <memory>

Go to the source code of this file.

Data Structures

struct  wreport::Bulletin
 Storage for the decoded data of a BUFR or CREX message. More...
struct  wreport::BufrCodecOptions
 Options used to configure BUFR decoding. More...
struct  wreport::BufrBulletin
 BUFR bulletin implementation. More...
struct  wreport::CrexBulletin
 CREX bulletin implementation. More...

Namespaces

namespace  wreport
 Main namespace.
namespace  wreport::bulletin
 The bulletin namespace contains bulletin implementation details, internals and utility functions.

Detailed Description

Intermediate representation of parsed values, ordered according to a BUFR or CREX message template.