

Public Types | |
| enum class | boundsHandling { error , warn , clamp , zero , repeat } |
| Enumeration for handling out-of-bound values. More... | |
Public Member Functions | |
| tableBase () | |
| Construct null. More... | |
Static Public Member Functions | |
| static NamedEnum< boundsHandling, 5 >::namesType | boundsHandlingNames_ () |
Static Public Attributes | |
| static const NamedEnum< boundsHandling, 5 > | 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 | |
| zero | |
| repeat | |
Definition at line 54 of file tableBase.H.
|
inline |
Construct null.
Definition at line 82 of file tableBase.H.
|
inlinestatic |
Definition at line 66 of file tableBase.H.
|
static |
Enumeration names for handling out-of-bound values.
Definition at line 64 of file tableBase.H.
Referenced by Table< Type >::write().