|
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 577 of file slotmap.hpp.
|
inline |
Definition at line 595 of file slotmap.hpp.
|
inline |
Definition at line 580 of file slotmap.hpp.
|
inline |
Access Operator.
| [in] | key | The key to retrieve |
Aborts if the given key is not valid.
Definition at line 626 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 609 of file slotmap.hpp.
References ASSERTM.
|
private |
Definition at line 649 of file slotmap.hpp.