ROSE 0.11.145.147
Public Member Functions | List of all members
Sawyer::Container::TraceDetail::MapIndex< K, V > Class Template Reference

Description

template<class K, class V>
class Sawyer::Container::TraceDetail::MapIndex< K, V >

Definition at line 37 of file Trace.h.

Public Member Functions

void clear ()
 
boost::iterator_range< typename Sawyer::Container::Map< Label, Value >::ConstKeyIterator > labels () const
 
const Value & operator[] (const Label &label) const
 
Value & operator[] (const Label &label)
 
void reserve (size_t)
 

Member Function Documentation

◆ clear()

template<class K , class V >
void Sawyer::Container::TraceDetail::MapIndex< K, V >::clear ( )
inline

Definition at line 45 of file Trace.h.

◆ labels()

template<class K , class V >
boost::iterator_range< typename Sawyer::Container::Map< Label, Value >::ConstKeyIterator > Sawyer::Container::TraceDetail::MapIndex< K, V >::labels ( ) const
inline

Definition at line 51 of file Trace.h.

◆ operator[]() [1/2]

template<class K , class V >
const Value & Sawyer::Container::TraceDetail::MapIndex< K, V >::operator[] ( const Label &  label) const
inline

Definition at line 57 of file Trace.h.

◆ operator[]() [2/2]

template<class K , class V >
Value & Sawyer::Container::TraceDetail::MapIndex< K, V >::operator[] ( const Label &  label)
inline

Definition at line 62 of file Trace.h.

◆ reserve()

template<class K , class V >
void Sawyer::Container::TraceDetail::MapIndex< K, V >::reserve ( size_t  )
inline

Definition at line 67 of file Trace.h.


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