_bufrex_bufr_info | BUFR-specific encoding options |
_bufrex_crex_info | CREX-specific encoding options |
_bufrex_exporter | Description of a BUFR/CREX exporter |
_bufrex_msg | Storage for the decoded data of a BUFR or CREX message |
_bufrex_opcode | List node containing an entry of a BUFR or CREX data descriptor section |
_bufrex_subset | Represent a BUFR/CREX data subset as a list of decoded variables |
_dba_db | DB-ALLe session structure |
_dba_db_attr | Precompiled queries to manipulate the attr table |
_dba_db_context | Precompiled query to manipulate the context table |
_dba_db_cursor | Structure used to build and execute a query, and to iterate through the results |
_dba_db_data | Precompiled query to manipulate the data table |
_dba_db_pseudoana | Precompiled query to manipulate the pseudoana table |
_dba_db_repinfo | Fast cached access to the repinfo table |
_dba_db_repinfo_cache | Repinfo cache entry |
_dba_db_repinfo_memoidx | Reverse rep_memo -> rep_cod cache entry |
_dba_db_seq | |
_dba_file | Base contents of a dba_file |
_dba_msg | Storage for related physical data |
_dba_msg_context | Store an array of physical data all on the same level |
_dba_msg_var | Full data corresponding to a shortcut ID |
_dba_msgs | Dynamic array of dba_msg |
_dba_rawmsg | Dynamic storage for encoded messages |
_dba_varinfo | Holds the information about a DBALLE variable |
Benchmark | |
tut::beyond_last_test | No such test and passed test number is higher than any test number in current group |
tut::callback | Test runner callback interface |
tut::failure | Exception to be throwed when ensure() fails or fail() called |
tut::group_base | Interface |
tut::no_more_tests | Internal exception to be throwed when no more tests left in group or journal |
tut::no_such_group | Group not found exception |
tut::no_such_test | Exception to be throwed when attempted to execute missed test by number |
RegisterRoot | |
tut::reporter | Default TUT callback handler |
tut::restartable_wrapper | Restartable test runner wrapper |
tut::seh | Exception to be throwed when test issued SEH (Win32) |
tut::test_group< Data, MaxTestsInGroup > | Test group; used to recreate test object instance for each new test since we have to have reinitialized Data base class |
tut::test_object< Data > | Test object |
tut::test_result | Return type of runned test/test group |
tut::test_runner | Test runner |
tut::test_runner_singleton | Singleton for test_runner implementation |
tut::tests_registerer< Test, Group, n > | Walks through test tree and stores address of each test method in group |
tut::tests_registerer< Test, Group, 0 > | |
tut::warning | Exception to be throwed when test desctructor throwed an exception |