|
| FastMap () |
| Default constructor.
|
|
template<typename INPUTITERATOR > |
| FastMap (INPUTITERATOR first, INPUTITERATOR last) |
| Constructor from a range, passes through to base class.
|
|
| FastMap (const FastMap< KEY, VALUE > &x) |
| Copy constructor from another FastMap.
|
|
| FastMap (const Base &x) |
| Copy constructor from the base map class.
|
|
| operator std::map< KEY, VALUE > () const |
| Conversion to a standard STL container.
|
|
bool | insert2 (const KEY &key, const VALUE &val) |
| Handy 'insert' function for Matlab wrapper.
|
|
bool | exists (const KEY &e) const |
| Handy 'exists' function.
|
|
The documentation for this class was generated from the following file:
- /Users/dellaert/git/gtsam/gtsam/base/FastMap.h