fwd_decl.hpp 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. // (C) Copyright Gennadiy Rozental 2005-2008.
  2. // Distributed under the Boost Software License, Version 1.0.
  3. // (See accompanying file LICENSE_1_0.txt or copy at
  4. // http://www.boost.org/LICENSE_1_0.txt)
  5. // See http://www.boost.org/libs/test for the library home page.
  6. //
  7. // File : $RCSfile$
  8. //
  9. // Version : $Revision: 49312 $
  10. //
  11. // Description : contains forward eclarations for Boost.Test data types
  12. // ***************************************************************************
  13. #ifndef BOOST_TEST_FWD_DECL_HPP_011605GER
  14. #define BOOST_TEST_FWD_DECL_HPP_011605GER
  15. namespace boost {
  16. class execution_monitor;
  17. class execution_exception;
  18. namespace unit_test {
  19. class test_unit;
  20. class test_case;
  21. class test_suite;
  22. class master_test_suite_t;
  23. class test_tree_visitor;
  24. class test_observer;
  25. // singletons
  26. class unit_test_monitor_t;
  27. class unit_test_log_t;
  28. class unit_test_log_formatter;
  29. struct log_entry_data;
  30. struct log_checkpoint_data;
  31. class lazy_ostream;
  32. } // namespace unit_test
  33. } // namespace boost
  34. #endif // BOOST_TEST_FWD_DECL_HPP_011605GER