|
gtsam 4.1.1
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. | |
| typedef KeyValuePair | value_type |
| typedef Filtered< ValueType >::const_const_iterator | iterator |
| typedef Filtered< ValueType >::const_const_iterator | const_iterator |
Friends | |
| class | Values |