throwing_ptr
Smart pointers that throw on dereference if null
File List
Here is a list of all files with brief descriptions:
[detail level 1234]
  include
  throwing
  private
 clear_compiler_checks.hppImplementation details This header file must not be included directly and definitions herein may change without notice
 compiler_checks.hppImplementation details This header file must not be included directly and definitions herein may change without notice
 null_ptr_exception.hppExceptions thrown by smart pointers in namespace throwing
 shared_ptr.hppThrowing::shared_ptr implementation
 unique_ptr.hppThrowing::unique_ptr implementation
  tests
  compile_fail
 shared_ptr_to_array.cpp
 unique_ptr_a_copy_assignment.cpp
 unique_ptr_s_copy_assignment.cpp
 unique_ptr_s_operator.cpp
 compile_it.cpp
 shared_ptr_access.cpp
 shared_ptr_assignment.cpp
 shared_ptr_atomic.cpp
 shared_ptr_cast.cpp
 shared_ptr_comparison.cpp
 shared_ptr_construction.cpp
 shared_ptr_hash.cpp
 shared_ptr_make_shared.cpp
 shared_ptr_ordering.cpp
 shared_ptr_ostream.cpp
 shared_ptr_reset.cpp
 shared_ptr_swap.cpp
 shared_ptr_to_array.cpp
 test_main.cpp
 unique_ptr_access.cpp
 unique_ptr_assignment.cpp
 unique_ptr_comparison.cpp
 unique_ptr_construction.cpp
 unique_ptr_dereference.cpp
 unique_ptr_hash.cpp
 unique_ptr_make_unique.cpp
 unique_ptr_ostream.cpp
 unique_ptr_release.cpp
 unique_ptr_reset.cpp
 unique_ptr_swap.cpp
 unique_ptr_to_array_access.cpp
 unique_ptr_to_array_assignment.cpp
 unique_ptr_to_array_assignment_from_convertible.cpp
 unique_ptr_to_array_construction.cpp
 unique_ptr_to_array_reset.cpp