gtsam  4.0.0
gtsam
gtsam::ValuesKeyDoesNotExist Class Reference
+ Inheritance diagram for gtsam::ValuesKeyDoesNotExist:

Public Member Functions

 ValuesKeyDoesNotExist (const char *operation, Key key) throw ()
 Construct with the key that does not exist in the values.
 
Key key () const throw ()
 The key that was attempted to be accessed that does not exist.
 
virtual const char * what () const throw ()
 The message to be displayed to the user.
 

Protected Attributes

const char * operation_
 The operation that attempted to access the key.
 
const Key key_
 The key that does not exist.
 

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