gtsam
4.0.0
gtsam
|
A filtered view of a const Values, returned from Values::filter.
Public Member Functions | |
ConstFiltered (const Filtered< ValueType > &rhs) | |
Conversion from Filtered to ConstFiltered. | |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
size_t | size () const |
Returns the number of values in this view. | |
FastList< Key > | keys () const |
Public Types | |
typedef _ValuesConstKeyValuePair< ValueType > | KeyValuePair |
A const key-value pair, with the value a specific derived Value type. More... | |
typedef KeyValuePair | value_type |
typedef Filtered< ValueType >::const_const_iterator | iterator |
typedef Filtered< ValueType >::const_const_iterator | const_iterator |
Friends | |
class | Values |
typedef _ValuesConstKeyValuePair<ValueType> gtsam::Values::ConstFiltered< ValueType >::KeyValuePair |
A const key-value pair, with the value a specific derived Value type.