|
gtsam
4.0.0
gtsam
|
Inheritance diagram for gtsam::ValuesKeyAlreadyExists:Public Member Functions | |
| ValuesKeyAlreadyExists (Key key) throw () | |
| Construct with the key-value pair attempted to be added. | |
| Key | key () const throw () |
| The duplicate key that was attempted to be added. | |
| virtual const char * | what () const throw () |
| The message to be displayed to the user. | |
Protected Attributes | |
| const Key | key_ |
| The key that already existed. | |