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