MSCEqF 1.0
Multi State Constraint Equivariant Filter for visual inertial navigation
All Classes Functions Variables Typedefs Friends Pages
utils::InsertionOrderedMap< Key, Value > Class Template Reference

This calss define a map that keeps the insertion order. More...

#include <tools.hpp>

Inheritance diagram for utils::InsertionOrderedMap< Key, Value >:

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.
 

Detailed Description

template<typename Key, typename Value>
class utils::InsertionOrderedMap< Key, Value >

This calss define a map that keeps the insertion order.

Template Parameters
Key
Value

Member Function Documentation

◆ at() [1/2]

template<typename Key , typename Value >
Value & utils::InsertionOrderedMap< Key, Value >::at ( const Key & key)
inline

Return the value associated with the key.

Parameters
key
Returns
Value

◆ at() [2/2]

template<typename Key , typename Value >
const Value & utils::InsertionOrderedMap< Key, Value >::at ( const Key & key) const
inline

Return the value associated with the key.

Parameters
key
Returns
Value

◆ insert()

template<typename Key , typename Value >
void utils::InsertionOrderedMap< Key, Value >::insert ( const Key & key,
const Value & value )
inline

Insert a key-value pair into the map if the key does not exists.

Parameters
keyKey
valueValue

◆ keys()

template<typename Key , typename Value >
const std::vector< Key > utils::InsertionOrderedMap< Key, Value >::keys ( ) const
inline

Return a vector containing the keys.

Returns
Vector of keys

◆ values()

template<typename Key , typename Value >
const std::vector< Value > utils::InsertionOrderedMap< Key, Value >::values ( ) const
inline

Return a vector containing the values.

Returns
Vector of values

The documentation for this class was generated from the following file: