| FEAT 3
    Finite Element Analysis Toolbox | 
| Classes | |
| struct | Slot | 
| Public Member Functions | |
| bool | contains_key (const Key &key) | 
| void | insert (const Key &key, const V &value) | 
| V & | operator[] (const Key &key) | 
| Access Operator.  More... | |
| const V & | operator[] (const Key &key) const | 
| Access Operator.  More... | |
| Private Attributes | |
| std::vector< Slot > | _slots | 
Definition at line 571 of file slotmap.hpp.
| 
 | inline | 
Definition at line 587 of file slotmap.hpp.
| 
 | inline | 
Definition at line 574 of file slotmap.hpp.
| 
 | inline | 
Access Operator.
| [in] | key | The key to retrieve | 
Aborts if the given key is not valid.
Definition at line 618 of file slotmap.hpp.
References ASSERTM.
| 
 | inline | 
Access Operator.
| [in] | key | The key to retrieve | 
Aborts if the given key is not valid.
Definition at line 601 of file slotmap.hpp.
References ASSERTM.
| 
 | private | 
Definition at line 641 of file slotmap.hpp.