

Public Types | |
| enum class | boundsHandling { error , warn , clamp , repeat } |
| Enumeration for handling out-of-bound values. More... | |
Public Member Functions | |
| tableBase () | |
| Construct null. More... | |
Static Public Attributes | |
| static const NamedEnum< boundsHandling, 4 > | boundsHandlingNames_ |
| Enumeration names for handling out-of-bound values. More... | |
Definition at line 47 of file tableBase.H.
|
strong |
Enumeration for handling out-of-bound values.
| Enumerator | |
|---|---|
| error | |
| warn | |
| clamp | |
| repeat | |
Definition at line 54 of file tableBase.H.
|
inline |
Construct null.
Definition at line 69 of file tableBase.H.
|
static |
Enumeration names for handling out-of-bound values.
Definition at line 63 of file tableBase.H.
Referenced by Table< Type >::write().