libwreport  3.29
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234567]
 Cwreport::_VarinfoInformation about a variable
 Cwreport::tests::Actual< A >
 Cwreport::tests::Actual< double >
 Cwreport::tests::ActualDouble
 Cwreport::tests::Actual< std::function< void()> >
 Cwreport::tests::ActualFunction
 Cwreport::tests::Actual< std::string >
 Cwreport::tests::ActualFile
 Cwreport::tests::ActualStdString
 Cwreport::tests::Actual< Var >
 Cwreport::tests::ActualVar
 Cwreport::tests::Actual< Varcode >
 Cwreport::tests::ActualVarcode
 Cwreport::tests::ActualCString
 Cwreport::bulletin::AssociatedField
 Cwreport::benchmark::BenchmarkBase class for all benchmarks
 Cwreport::bulletin::BitmapAssociate a Data Present Bitmap to decoded variables in a subset
 Cwreport::bulletin::Bitmaps
 Cwreport::BufrCodecOptionsOptions used to configure BUFR decoding
 Cwreport::buffers::BufrOutputBinary buffer with bit-level append operations
 Cwreport::BufrTableIDIdentifying information for one distinct instance of BUFR tables
 Cwreport::BulletinStorage for the decoded data of a BUFR or CREX message
 Cwreport::BufrBulletinBUFR bulletin implementation
 Cwreport::CrexBulletinCREX bulletin implementation
 Cwreport::subprocess::Child
 Cwreport::subprocess::Popen
 Cwreport::sys::ClockAccess to clock_gettime
 Cwreport::notes::CollectRAII way to temporarily set a notes target
 Cwreport::buffers::CrexInputText input buffer
 Cwreport::buffers::CrexOutputText output buffer
 Cwreport::CrexTableIDIdentifying information for one distinct instance of CREX tables
 Cwreport::bufr::Decoder
 Cwreport::bufr::DecoderTarget
 Cwreport::bufr::CompressedDecoderTarget
 Cwreport::bufr::UncompressedDecoderTarget
 Cwreport::tabledir::DirIndexed version of a table directory
 Cwreport::bufr::DispatchToSubsets
 Cwreport::options::DomainErrorHookInterface for a callback hook system to delegate handling domain errors to the code using wreport
 Cwreport::DTableBUFR/CREX table D with Dxxyyy aggregate code expansions
 Cstd::exceptionSTL class
 Cwreport::errorBase class for DB-All.e exceptions
 Cwreport::tests::TestFailedException thrown when a test assertion fails, normally by Location::fail_test
 Cwreport::tests::TestSkippedException thrown when a test or a test case needs to be skipped
 Cwreport::sys::FileDescriptorCommon operations on file descriptors
 Cwreport::sys::NamedFileDescriptorFile descriptor with a name
 Cwreport::tests::FixtureBase class for test fixtures
 Cwreport::bufr::InputBinary buffer with bit-level read operations
 Cwreport::bulletin::InterpreterInterpreter for data descriptor sections
 Cwreport::bufr::DataSectionDecoder
 Cwreport::bulletin::PrinterInterpreter that pretty-prints the opcodes using indentation to show structure
 Cwreport::bulletin::ScanFeaturesInterpreter that scans what features are used by a bulletin
 Cwreport::bulletin::UncompressedEncoderBase Interpreter specialisation for message encoders that works on a subset at a time
 Cstd::ios_baseSTL class
 Cstd::basic_ios< Char >STL class
 Citerator
 Cwreport::str::Split::const_iterator
 Cwreport::sys::Path::iteratorIterator for directory entries
 Cwreport::options::LocalOverride< T, T1 >Temporarily override a variable while this object is in scope
 Cwreport::sys::MMapWraps a mmapped memory area, unmapping it on destruction
 Cwreport::OpcodesSequence of opcodes, as a slice of a Varcode vector
 Cwreport::sys::OverrideRlimitOverride a soft resource limit during the lifetime of the object
 Cwreport::sys::PreserveFileTimesRAII mechanism to save restore file times at the end of some file operations
 Cwreport::benchmark::ProgressNotify of progress during benchmark execution
 Cwreport::benchmark::BasicProgressBasic progress implementation writing progress information to the given output stream
 Cwreport::benchmark::RegistryCollect all existing benchmarks
 Cwreport::term::Terminal::Restore
 Cwreport::str::SplitSplit a string where a given substring is found
 Cwreport::tabledir::Table
 Cwreport::tabledir::BufrTableInformation about a version of a BUFR table
 Cwreport::tabledir::CrexTableInformation about a version of a CREX table
 Cwreport::tabledir::Tabledirs
 Cwreport::TablesCollection of BUFR/CREX tables used to work on a bulletin
 Cwreport::benchmark::TaskCollect timings for one task
 Cwreport::term::Terminal
 Cwreport::tests::TestCaseTest case collecting several test methods, and self-registering with the singleton instance of TestRegistry
 Cwreport::tests::FixtureTestCase< FIXTURE >Test case that includes a fixture
 Cwreport::tests::TestCaseResultResult of running a whole test case
 Cwreport::tests::TestCodec< BULLETIN >
 Cwreport::tests::TestControllerAbstract interface for the objects that supervise test execution
 Cwreport::tests::FilteringTestControllerTest controller that filters tests via a blocklist/allowlist system containing glob patterns on testcase.testmethod names
 Cwreport::tests::TestMethodTest method information
 Cwreport::tests::TestMethodResultResult of running a test method
 Cwreport::tests::TestRegistryTest registry
 Cwreport::tests::TestResultStats
 Cwreport::tests::TestStackFrameInformation about one stack frame in the test execution stack
 Cwreport::VarA physical variable
 Cwreport::VartableHolds a variable information table
 Cstd::vector< T >STL class
 Cwreport::SubsetRepresent a BUFR/CREX data subset as a list of decoded variables
 Cwreport::tests::TestStack
 Cwrpy_c_apiC++ functions exported by the wreport python bindings, to be used by other C++ bindings
 Cwrpy_VarWreport.Var python object