#include <Values.h>
Definition at line 408 of file Values.h.
◆ ValuesKeyAlreadyExists()
gtsam::ValuesKeyAlreadyExists::ValuesKeyAlreadyExists |
( |
Key |
key | ) |
|
|
inlinenoexcept |
Construct with the key-value pair attempted to be added.
Definition at line 417 of file Values.h.
◆ ~ValuesKeyAlreadyExists()
gtsam::ValuesKeyAlreadyExists::~ValuesKeyAlreadyExists |
( |
| ) |
|
|
inlineoverridenoexcept |
◆ key()
Key gtsam::ValuesKeyAlreadyExists::key |
( |
| ) |
const |
|
inlinenoexcept |
The duplicate key that was attempted to be added.
Definition at line 423 of file Values.h.
◆ what()
const char * gtsam::ValuesKeyAlreadyExists::what |
( |
| ) |
const |
|
overridenoexcept |
The message to be displayed to the user.
Definition at line 268 of file Values.cpp.
◆ key_
const Key gtsam::ValuesKeyAlreadyExists::key_ |
|
protected |
The key that already existed.
Definition at line 410 of file Values.h.
◆ message_
std::string gtsam::ValuesKeyAlreadyExists::message_ |
|
mutableprivate |
The documentation for this class was generated from the following files: