#include <Values.h>
Definition at line 381 of file Values.h.
◆ ValuesKeyDoesNotExist()
gtsam::ValuesKeyDoesNotExist::ValuesKeyDoesNotExist |
( |
const char * |
operation, |
|
|
Key |
key |
|
) |
| |
|
inlinenoexcept |
Construct with the key that does not exist in the values.
Definition at line 391 of file Values.h.
◆ ~ValuesKeyDoesNotExist()
gtsam::ValuesKeyDoesNotExist::~ValuesKeyDoesNotExist |
( |
| ) |
|
|
inlineoverridenoexcept |
◆ key()
Key gtsam::ValuesKeyDoesNotExist::key |
( |
| ) |
const |
|
inlinenoexcept |
The key that was attempted to be accessed that does not exist.
Definition at line 397 of file Values.h.
◆ what()
const char * gtsam::ValuesKeyDoesNotExist::what |
( |
| ) |
const |
|
overridenoexcept |
The message to be displayed to the user.
Definition at line 276 of file Values.cpp.
◆ key_
const Key gtsam::ValuesKeyDoesNotExist::key_ |
|
protected |
The key that does not exist.
Definition at line 384 of file Values.h.
◆ message_
std::string gtsam::ValuesKeyDoesNotExist::message_ |
|
mutableprivate |
◆ operation_
const char* gtsam::ValuesKeyDoesNotExist::operation_ |
|
protected |
The operation that attempted to access the key.
Definition at line 383 of file Values.h.
The documentation for this class was generated from the following files: