

Public Types | |
| enum | boundsHandling { error, warn, clamp, repeat } |
| Enumeration for handling out-of-bound values. More... | |
Public Member Functions | |
| tableBase () | |
| Construct null. More... | |
| virtual | ~tableBase () |
| Destructor. 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.
| tableBase | ( | ) |
Construct null.
Definition at line 44 of file tableBase.C.
|
virtual |
Destructor.
Definition at line 50 of file tableBase.C.
|
static |
Enumeration names for handling out-of-bound values.
Definition at line 63 of file tableBase.H.
Referenced by NamedEnum< compressibleField, 8 >::names().