gtsam 4.2.0
gtsam
|
Public Member Functions | |
deref_iterator (const_iterator_type it) | |
ConstKeyValuePair | operator* () const |
boost::shared_ptr< ConstKeyValuePair > | operator-> () |
bool | operator== (const deref_iterator &other) const |
bool | operator!= (const deref_iterator &other) const |
deref_iterator & | operator++ () |
Public Attributes | |
const_iterator_type | it_ |
Public Types | |
using | const_iterator_type = typename KeyValueMap::const_iterator |