libwreport
3.5
|
Cwreport::_Varinfo | Information 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::ActualStdString | |
▼Cwreport::tests::Actual< Var > | |
Cwreport::tests::ActualVar | |
▼Cwreport::tests::Actual< Varcode > | |
Cwreport::tests::ActualVarcode | |
Cwreport::tests::ActualCString | |
Cwreport::bulletin::AssociatedField | |
Cwreport::benchmark::Benchmark | Base class for all benchmarks |
Cwreport::bulletin::Bitmap | Associate a Data Present Bitmap to decoded variables in a subset |
Cwreport::bulletin::Bitmaps | |
Cwreport::BufrCodecOptions | Options used to configure BUFR decoding |
Cwreport::buffers::BufrInput | Binary buffer with bit-level read operations |
Cwreport::buffers::BufrOutput | Binary buffer with bit-level append operations |
Cwreport::BufrTableID | Identifying information for one distinct instance of BUFR tables |
▼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::buffers::CrexInput | Text input buffer |
Cwreport::buffers::CrexOutput | Text output buffer |
Cwreport::CrexTableID | Identifying information for one distinct instance of CREX tables |
Cwreport::tabledir::Dir | Indexed version of a table directory |
Cwreport::fs::Directory | Access a directory on the file system |
Cwreport::DTable | BUFR/CREX table D with Dxxyyy aggregate code expansions |
▼Cstd::exception | STL class |
▼Cwreport::error | Base class for DB-All.e exceptions |
►Cwreport::errors::StringBase< WR_ERR_CONSISTENCY > | |
►Cwreport::errors::StringBase< WR_ERR_DOMAIN > | |
►Cwreport::errors::StringBase< WR_ERR_HANDLES > | |
►Cwreport::errors::StringBase< WR_ERR_NOTFOUND > | |
►Cwreport::errors::StringBase< WR_ERR_PARSE > | |
►Cwreport::errors::StringBase< WR_ERR_REGEX > | |
►Cwreport::errors::StringBase< WR_ERR_SYSTEM > | |
►Cwreport::errors::StringBase< WR_ERR_TOOLONG > | |
►Cwreport::errors::StringBase< WR_ERR_TYPE > | |
►Cwreport::errors::StringBase< WR_ERR_UNIMPLEMENTED > | |
Cwreport::error_alloc | Reports that memory allocation has failed |
Cwreport::errors::StringBase< ERROR_CODE > | |
Cwreport::tests::TestFailed | Exception raised when a test assertion fails, normally by Location::fail_test |
▼Cwreport::sys::FileDescriptor | Common operations on file descriptors |
▼Cwreport::sys::NamedFileDescriptor | File descriptor with a name |
Cwreport::sys::File | Open(2) file descriptors |
Cwreport::sys::Path | Wrap a path on the file system opened with O_PATH |
Cwreport::tests::Fixture | Base class for test fixtures |
▼Cwreport::bulletin::Interpreter | Interpreter for data descriptor sections |
Cwreport::bulletin::CompressedDecoder | |
Cwreport::bulletin::Printer | Interpreter that pretty-prints the opcodes using indentation to show structure |
Cwreport::bulletin::ScanFeatures | Interpreter that scans what features are used by a bulletin |
Cwreport::bulletin::UncompressedDecoder | |
▼Cwreport::bulletin::UncompressedEncoder | Base Interpreter specialisation for message encoders that works on a subset at a time |
Cwreport::bulletin::DDSPrinter | Interpreter that prints the bulletin contents and its structure |
Cwreport::bulletin::DDSValidator | Interpreter that checks if the data that has been added to the bulletin subsets can actualy be encoded matching the bulletin Data Descriptor Section |
▼Cstd::ios_base | STL class |
▼Cstd::basic_ios< Char > | STL class |
►Cstd::basic_istream< Char > | STL class |
►Cstd::basic_ostream< Char > | STL class |
▼Citerator | |
Cwreport::fs::Directory::const_iterator | Iterator for directory entries |
Cwreport::str::Split::const_iterator | |
Cwreport::sys::Path::iterator | Iterator for directory entries |
Cwreport::options::LocalOverride< T > | Temporarily override a variable while this object is in scope |
Cwreport::sys::MMap | Wraps a mmapped memory area, unmapping it on destruction |
Cwreport::Opcodes | Sequence of opcodes, as a slice of a Varcode vector |
▼Cwreport::benchmark::Progress | Notify of progress during benchmark execution |
Cwreport::benchmark::BasicProgress | Basic progress implementation writing progress information to the given output stream |
Cwreport::benchmark::Registry | Collect all existing benchmarks |
Cwreport::str::Split | Split a string where a given substring is found |
▼Cwreport::tabledir::Table | |
Cwreport::tabledir::BufrTable | Information about a version of a BUFR table |
Cwreport::tabledir::CrexTable | Information about a version of a CREX table |
Cwreport::tabledir::Tabledirs | |
Cwreport::Tables | Collection of BUFR/CREX tables used to work on a bulletin |
Cwreport::benchmark::Task | Collect timings for one task |
▼Cwreport::tests::TestCase | Test 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::TestCaseResult | Result of running a whole test case |
Cwreport::tests::TestCodec< BULLETIN > | |
▼Cwreport::tests::TestController | Abstract interface for the objects that supervise test execution |
Cwreport::tests::SimpleTestController | Simple default implementation of TestController |
Cwreport::tests::TestMethod | Test method information |
Cwreport::tests::TestMethodResult | Result of running a test method |
Cwreport::tests::TestRegistry | Test registry |
Cwreport::tests::TestStackFrame | Information about one stack frame in the test execution stack |
Cwreport::Var | A physical variable |
Cwreport::Vartable | Holds a variable information table |
▼Cstd::vector< T > | STL class |
Cwreport::Subset | Represent a BUFR/CREX data subset as a list of decoded variables |
Cwreport::tests::TestStack | |
Cwrpy_c_api | C++ functions exported by the wreport python bindings, to be used by other C++ bindings |
Cwrpy_Var | Wreport.Var python object |
Cwrpy_Varinfo | Wreport.Varinfo python object |
Cwrpy_Vartable | Wreport.Vartable python object |