#include <Values.h>
Public Types | |
using | const_iterator_type = typename KeyValueMap::const_iterator |
Public Member Functions | |
deref_iterator (const_iterator_type it) | |
bool | operator!= (const deref_iterator &other) const |
ConstKeyValuePair | operator* () const |
deref_iterator & | operator++ () |
std::unique_ptr< ConstKeyValuePair > | operator-> () |
bool | operator== (const deref_iterator &other) const |
Public Attributes | |
const_iterator_type | it_ |
using gtsam::Values::deref_iterator::const_iterator_type = typename KeyValueMap::const_iterator |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
const_iterator_type gtsam::Values::deref_iterator::it_ |