![]() |
NuTo
Numerics Tool
|
#include <DofContainer.h>
Public Member Functions | |
| virtual | ~DofContainer ()=default |
| T & | operator[] (DofType dofType) |
| nonconst access, similar to map::operator[]() More... | |
| T & | At (DofType dofType) |
| nonconst access, similar to map::at() More... | |
| const T & | operator[] (DofType dofType) const |
| const access More... | |
| void | Insert (DofType dofType, T t) |
copies a t into the container, throws, if there already is an entry at dofType More... | |
| bool | Has (DofType dofType) const |
| auto | begin () const |
| auto | end () const |
Protected Attributes | |
| std::map< DofType, T, CompareDofType > | mData |
|
virtualdefault |
|
inline |
nonconst access, similar to map::at()
| dofType | dof type |
|
inline |
|
inline |
|
inline |
|
inline |
copies a t into the container, throws, if there already is an entry at dofType
| dofType | dof type |
| t | value to insert |
|
inline |
nonconst access, similar to map::operator[]()
| dofType | dof type |
|
inline |
const access
| dofType | dof type |
|
protected |
1.8.11