 wreport | Main namespace |
  bulletin | The bulletin namespace contains bulletin implementation details, internals and utility functions |
   CompressedVarSink | Destination for decoded variables from compressed BUFRs |
   BufrInput | Binary buffer with bit-level read operations |
   BufrOutput | Binary buffer with bit-level append operations |
   CrexInput | Text input buffer |
   CrexOutput | Text output buffer |
   DDSPrinter | Bulletin::Visitor that prints the bulletin contents and its structure |
   DDSValidator | Bulletin::Visitor that checks if the data that has been added to the bulletin subsets can actualy be encoded matching the bulletin Data Descriptor Section |
   Bitmap | Associate a Data Present Bitmap to decoded variables in a subset |
   Visitor | Abstract interface for classes that can be used as targets for the Bulletin Data Descriptor Section interpreters |
   BaseVisitor | Common bulletin::Visitor base for visitors that modify the bulletin |
   ConstBaseVisitor | Common bulletin::Visitor base for visitors that do not modify the bulletin |
  dtable | |
   Entry | D-table entry |
  notes | Collect notes about unusual things that happen during processing |
   Collect | RAII way to temporarily set a notes target |
  opcode | |
   Visitor | Visitor-style interface for scanning the contents of a data descriptor section |
   Printer | Opcode::Visitor that pretty-prints the opcodes using indentation to show structure |
  tests | |
   LocalEnv | RAII-style override of an environment variable |
  Bulletin | Storage for the decoded data of a BUFR or CREX message |
  BufrCodecOptions | Options used to configure BUFR decoding |
  BufrBulletin | BUFR bulletin implementation |
  CrexBulletin | CREX bulletin implementation |
  DTable | D-table with Dxxyyy aggregate code expansions |
  error | Base class for DB-All.e exceptions |
  error_notfound | Reports that a search-like function could not find what was requested |
  error_type | For functions handling data with multiple types, reports a mismatch between the type requested and the type found |
  error_alloc | Reports that memory allocation has failed |
  error_handles | For functions working with handles, reports a problem with handling handles, such as impossibility to allocate a new one, or an invalid handle being passed to the function |
  error_toolong | Report an error with a buffer being to short for the data it needs to fit |
  error_system | Report a system error message |
  error_consistency | Report an error when a consistency check failed |
  error_parse | Report an error when parsing informations |
  error_regexp | Report an error while handling regular expressions |
  error_unimplemented | Reports that a feature is still not implemented |
  error_domain | Report that a parameter is outside the acceptable domain |
  Opcodes | Sequence of opcodes, as a slice of a Varcode vector |
  Subset | Represent a BUFR/CREX data subset as a list of decoded variables |
  Var | Holds a wreport variable |
  _Varinfo | Holds the information about a DBALLE variable |
  MutableVarinfo | Smart pointer to handle/use varinfos |
  Varinfo | Smart pointer to handle/use varinfos |
  Vartable | Holds a variable information table |