![]() |
MSCEqF 1.0
Multi State Constraint Equivariant Filter for visual inertial navigation
|
This calss define a map that keeps the insertion order. More...
#include <tools.hpp>
Public Member Functions | |
void | insert (const Key &key, const Value &value) |
Insert a key-value pair into the map if the key does not exists. | |
const Value & | at (const Key &key) const |
Return the value associated with the key. | |
Value & | at (const Key &key) |
Return the value associated with the key. | |
const std::vector< Key > | keys () const |
Return a vector containing the keys. | |
const std::vector< Value > | values () const |
Return a vector containing the values. | |
void | clear () |
Clear the map and the vector. | |
This calss define a map that keeps the insertion order.
Key | |
Value |
|
inline |
Return the value associated with the key.
key |
|
inline |
Return the value associated with the key.
key |
|
inline |
Insert a key-value pair into the map if the key does not exists.
key | Key |
value | Value |
|
inline |
Return a vector containing the keys.
|
inline |
Return a vector containing the values.