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