32class InconsistentEliminationRequested :
public std::exception {
35 mutable std::string message_;
38 InconsistentEliminationRequested()
noexcept {}
40 InconsistentEliminationRequested(
44 ~InconsistentEliminationRequested()
noexcept override {}
46 const char* what()
const noexcept override;
Included from all GTSAM files.
Global functions in a separate testing namespace.
Definition chartTesting.h:28
KeyFormatter DefaultKeyFormatter
Assign default key formatter.
Definition Key.cpp:30
FastVector< Key > KeyVector
Define collection type once and for all - also used in wrappers.
Definition Key.h:91
std::function< std::string(Key)> KeyFormatter
Typedef for a function to format a key, i.e. to convert it to a string.
Definition Key.h:35
Output stream manipulator that will format gtsam::Keys according to the given KeyFormatter,...
Definition Key.h:77