Skip to content

Class ThreadSafeMap

template <typename Key, typename Value>

ClassList > ThreadSafeMap

Public Functions

Type Name
void Erase (const Key & key)
bool Find (const Key & key, Value & value) const
void ForEach (TFunc func) const
bool Insert (const Key & key, const Value & value)

Public Functions Documentation

function Erase

inline void ThreadSafeMap::Erase (
    const Key & key
) 

function Find

inline bool ThreadSafeMap::Find (
    const Key & key,
    Value & value
) const

function ForEach

template<class TFunc>
inline void ThreadSafeMap::ForEach (
    TFunc func
) const

function Insert

inline bool ThreadSafeMap::Insert (
    const Key & key,
    const Value & value
) 


The documentation for this class was generated from the following file projects/casvp/src/bindings/ipc/thread_safe_map.h