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

Public Member Functions

 ValuesIncorrectType (Key key, const std::type_info &storedTypeId, const std::type_info &requestedTypeId) 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.
 
const std::type_info & storedTypeId () const
 The typeid of the value stores in the Values.
 
const std::type_info & requestedTypeId () const
 The requested typeid.
 
virtual const char * what () const throw ()
 The message to be displayed to the user.
 

Protected Attributes

const Key key_
 The key requested.
 
const std::type_info & storedTypeId_
 
const std::type_info & requestedTypeId_
 

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