gtsam 4.1.1
gtsam
gtsam::ConcurrentMap< KEY, VALUE > Class Template Reference
+ Inheritance diagram for gtsam::ConcurrentMap< KEY, VALUE >:

Public Member Functions

 ConcurrentMap ()
 Default constructor.
 
template<typename INPUTITERATOR >
 ConcurrentMap (INPUTITERATOR first, INPUTITERATOR last)
 Constructor from a range, passes through to base class.
 
 ConcurrentMap (const ConcurrentMap< KEY, VALUE > &x)
 Copy constructor from another ConcurrentMap.
 
 ConcurrentMap (const Base &x)
 Copy constructor from the base map class.
 
bool exists (const KEY &e) const
 Handy 'exists' function.
 
void unsafe_erase (typename Base::iterator position)
 
Base::size_type unsafe_erase (const KEY &k)
 
void unsafe_erase (typename Base::iterator first, typename Base::iterator last)
 
- Public Member Functions inherited from gtsam::FastMap< KEY, VALUE >
 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.
 

Public Types

typedef ConcurrentMapBase< KEY, VALUE > Base
 
- Public Types inherited from gtsam::FastMap< KEY, VALUE >
typedef std::map< KEY, VALUE, std::less< KEY >, typename internal::FastDefaultAllocator< std::pair< const KEY, VALUE > >::type > Base
 

Friends

class boost::serialization::access
 Serialization function.
 

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