Public Member Functions | Protected Attributes | Private Attributes | List of all members
gtsam::ValuesKeyAlreadyExists Class Reference

#include <Values.h>

Inheritance diagram for gtsam::ValuesKeyAlreadyExists:
Inheritance graph
[legend]

Public Member Functions

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

Protected Attributes

const Key key_
 The key that already existed. More...
 

Private Attributes

std::string message_
 

Detailed Description

Definition at line 433 of file Values.h.

Constructor & Destructor Documentation

gtsam::ValuesKeyAlreadyExists::ValuesKeyAlreadyExists ( Key  key)
inlinenoexcept

Construct with the key-value pair attempted to be added.

Definition at line 442 of file Values.h.

gtsam::ValuesKeyAlreadyExists::~ValuesKeyAlreadyExists ( )
inlineoverridenoexcept

Definition at line 445 of file Values.h.

Member Function Documentation

Key gtsam::ValuesKeyAlreadyExists::key ( ) const
inlinenoexcept

The duplicate key that was attempted to be added.

Definition at line 448 of file Values.h.

const char * gtsam::ValuesKeyAlreadyExists::what ( ) const
overridenoexcept

The message to be displayed to the user.

Definition at line 224 of file Values.cpp.

Member Data Documentation

const Key gtsam::ValuesKeyAlreadyExists::key_
protected

The key that already existed.

Definition at line 435 of file Values.h.

std::string gtsam::ValuesKeyAlreadyExists::message_
mutableprivate

Definition at line 438 of file Values.h.


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


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:58:37