|
libmoost
|
#include <csignal>#include <iostream>#include <boost/test/unit_test.hpp>#include <boost/test/test_tools.hpp>#include <boost/thread.hpp>#include <boost/bind.hpp>#include "../../include/moost/safe_shared_ptr.hpp"
Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (test_shared_ptr) | |
| BOOST_AUTO_TEST_CASE (test_shared_ptr_ctors) | |
| BOOST_AUTO_TEST_CASE (test_shared_ptr_assign) | |
| BOOST_AUTO_TEST_CASE (test_shared_ptr_compare) | |
| BOOST_AUTO_TEST_CASE (test_shared_ptr_reset) | |
| BOOST_AUTO_TEST_CASE (test_swap) | |
| BOOST_AUTO_TEST_CASE (test_scoped_lock) | |
| BOOST_AUTO_TEST_CASE (test_deref_thread) | |
| BOOST_AUTO_TEST_CASE | ( | test_shared_ptr | ) |
Definition at line 127 of file safe_shared_ptr.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_shared_ptr_ctors | ) |
Definition at line 134 of file safe_shared_ptr.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_shared_ptr_assign | ) |
| BOOST_AUTO_TEST_CASE | ( | test_shared_ptr_compare | ) |
Definition at line 202 of file safe_shared_ptr.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_shared_ptr_reset | ) |
| BOOST_AUTO_TEST_CASE | ( | test_swap | ) |
| BOOST_AUTO_TEST_CASE | ( | test_scoped_lock | ) |
Definition at line 248 of file safe_shared_ptr.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_deref_thread | ) |
Definition at line 261 of file safe_shared_ptr.cpp.