Warning, file /include/boost/test/detail/fwd_decl.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012 #ifndef BOOST_TEST_FWD_DECL_HPP_011605GER
0013 #define BOOST_TEST_FWD_DECL_HPP_011605GER
0014
0015 namespace boost {
0016
0017 class execution_monitor;
0018 class execution_exception;
0019
0020 namespace unit_test {
0021
0022 class test_unit;
0023 class test_case;
0024 class test_suite;
0025 class master_test_suite_t;
0026
0027 class test_tree_visitor;
0028 class test_observer;
0029 class test_unit_fixture;
0030 class global_fixture;
0031
0032
0033 class unit_test_monitor_t;
0034 class unit_test_log_t;
0035
0036 class unit_test_log_formatter;
0037 struct log_entry_data;
0038 struct log_checkpoint_data;
0039
0040 class lazy_ostream;
0041
0042 }
0043
0044 }
0045
0046 #endif
0047