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