GTSAM  4.0.2
C++ library for smoothing and mapping (SAM)
Public Member Functions | Protected Attributes | List of all members
gtsam::ValuesKeyAlreadyExists Class Reference
Inheritance diagram for gtsam::ValuesKeyAlreadyExists:
Inheritance graph
[legend]
Collaboration diagram for gtsam::ValuesKeyAlreadyExists:
Collaboration graph
[legend]

Public Member Functions

 ValuesKeyAlreadyExists (Key key) noexcept
 Construct with the key-value pair attempted to be added.
 
Key key () const noexcept
 The duplicate key that was attempted to be added.
 
GTSAM_EXPORT const char * what () const noexcept override
 The message to be displayed to the user.
 

Protected Attributes

const Key key_
 The key that already existed.
 

The documentation for this class was generated from the following file: