|
GTSAM
4.0.2
C++ library for smoothing and mapping (SAM)
|
Base exception type that uses tbb_allocator if GTSAM is compiled with TBB. More...
#include <ThreadsafeException.h>


Public Member Functions | |
| const char * | what () const noexcept override |
Protected Types | |
| typedef std::string | String |
| typedef std::allocator< char > | Allocator |
Protected Member Functions | |
| ThreadsafeException () | |
| Default constructor is protected - may only be created from derived classes. | |
| ThreadsafeException (const ThreadsafeException &other) | |
| Copy constructor is protected - may only be created from derived classes. | |
| ThreadsafeException (const std::string &description) | |
| Construct with description string. | |
| ~ThreadsafeException () noexcept override | |
| Default destructor doesn't have the noexcept. | |
Protected Attributes | |
| bool | dynamic_ |
| Whether this object was moved. | |
| std::optional< String > | description_ |
| Optional description. | |
Base exception type that uses tbb_allocator if GTSAM is compiled with TBB.
1.8.13