libwreport  2.4
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
oCwreport::_VarinfoHolds the information about a DBALLE variable
oCwreport::bulletin::BitmapAssociate a Data Present Bitmap to decoded variables in a subset
oCwreport::BufrCodecOptionsOptions used to configure BUFR decoding
oCwreport::bulletin::BufrInputBinary buffer with bit-level read operations
oCwreport::bulletin::BufrOutputBinary buffer with bit-level append operations
oCwreport::BulletinStorage for the decoded data of a BUFR or CREX message
|oCwreport::BufrBulletinBUFR bulletin implementation
|\Cwreport::CrexBulletinCREX bulletin implementation
oCwreport::notes::CollectRAII way to temporarily set a notes target
oCwreport::bulletin::CompressedVarSinkDestination for decoded variables from compressed BUFRs
oCwreport::bulletin::CrexInputText input buffer
oCwreport::bulletin::CrexOutputText output buffer
oCwreport::DTableD-table with Dxxyyy aggregate code expansions
oCwreport::dtable::EntryD-table entry
oCwreport::errorBase class for DB-All.e exceptions
|oCwreport::error_allocReports that memory allocation has failed
|oCwreport::error_consistencyReport an error when a consistency check failed
|oCwreport::error_domainReport that a parameter is outside the acceptable domain
|oCwreport::error_handlesFor 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
|oCwreport::error_notfoundReports that a search-like function could not find what was requested
|oCwreport::error_parseReport an error when parsing informations
|oCwreport::error_regexpReport an error while handling regular expressions
|oCwreport::error_systemReport a system error message
|oCwreport::error_toolongReport an error with a buffer being to short for the data it needs to fit
|oCwreport::error_typeFor functions handling data with multiple types, reports a mismatch between the type requested and the type found
|\Cwreport::error_unimplementedReports that a feature is still not implemented
oCwreport::tests::LocalEnvRAII-style override of an environment variable
oCwreport::MutableVarinfoSmart pointer to handle/use varinfos
oCwreport::OpcodesSequence of opcodes, as a slice of a Varcode vector
oCwreport::SubsetRepresent a BUFR/CREX data subset as a list of decoded variables
oCwreport::VarHolds a wreport variable
oCwreport::VarinfoSmart pointer to handle/use varinfos
oCwreport::VartableHolds a variable information table
\Cwreport::opcode::VisitorVisitor-style interface for scanning the contents of a data descriptor section
 oCwreport::bulletin::VisitorAbstract interface for classes that can be used as targets for the Bulletin Data Descriptor Section interpreters
 |oCwreport::bulletin::BaseVisitorCommon bulletin::Visitor base for visitors that modify the bulletin
 |\Cwreport::bulletin::ConstBaseVisitorCommon bulletin::Visitor base for visitors that do not modify the bulletin
 | oCwreport::bulletin::DDSPrinterBulletin::Visitor that prints the bulletin contents and its structure
 | \Cwreport::bulletin::DDSValidatorBulletin::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::PrinterOpcode::Visitor that pretty-prints the opcodes using indentation to show structure