throwing_ptr
Smart pointers that throw on dereference if null
|
Go to the source code of this file.
Functions | |
TEST_CASE ("shared_ptr get returns correctly with nullptr", "[shared_ptr][access][nullptr]") | |
TEST_CASE ("shared_ptr get returns correct address", "[shared_ptr][access]") | |
TEST_CASE ("shared_ptr dereference via * throws on nullptr", "[shared_ptr][dereference][nullptr]") | |
TEST_CASE ("shared_ptr dereference via -> throws on nullptr", "[shared_ptr][dereference][nullptr]") | |
TEST_CASE ("type specific shared_ptr exceptions are caught by base exception", "[shared_ptr][exception]") | |
TEST_CASE ("type specific shared_ptr exceptions are caught by using correct type", "[shared_ptr][exception]") | |
TEST_CASE ("shared_ptr exceptions have non-empty what()", "[shared_ptr][exception]") | |
TEST_CASE ("shared_ptr use count works", "[shared_ptr][use count]") | |
TEST_CASE ("operator bool works", "[shared_ptr]") | |
TEST_CASE | ( | "shared_ptr get returns correctly with nullptr" | , |
"" | [shared_ptr][access][nullptr] | ||
) |
Definition at line 15 of file shared_ptr_access.cpp.
TEST_CASE | ( | "shared_ptr get returns correct address" | , |
"" | [shared_ptr][access] | ||
) |
Definition at line 27 of file shared_ptr_access.cpp.
TEST_CASE | ( | "shared_ptr dereference via * throws on nullptr" | , |
"" | [shared_ptr][dereference][nullptr] | ||
) |
Definition at line 33 of file shared_ptr_access.cpp.
TEST_CASE | ( | "shared_ptr dereference via -> throws on nullptr" | , |
"" | [shared_ptr][dereference][nullptr] | ||
) |
Definition at line 40 of file shared_ptr_access.cpp.
TEST_CASE | ( | "type specific shared_ptr exceptions are caught by base exception" | , |
"" | [shared_ptr][exception] | ||
) |
Definition at line 47 of file shared_ptr_access.cpp.
TEST_CASE | ( | "type specific shared_ptr exceptions are caught by using correct type" | , |
"" | [shared_ptr][exception] | ||
) |
Definition at line 59 of file shared_ptr_access.cpp.
TEST_CASE | ( | "shared_ptr exceptions have non-empty what()" | , |
"" | [shared_ptr][exception] | ||
) |
Definition at line 71 of file shared_ptr_access.cpp.
TEST_CASE | ( | "shared_ptr use count works" | , |
"" | [shared_ptr][use count] | ||
) |
Definition at line 82 of file shared_ptr_access.cpp.
TEST_CASE | ( | "operator bool works" | , |
"" | [shared_ptr] | ||
) |
Definition at line 99 of file shared_ptr_access.cpp.