#include <FormattedTable.h>
template<typename T>
class TableValue< T >
Definition at line 57 of file FormattedTable.h.
◆ TableValue()
Definition at line 60 of file FormattedTable.h.
62 if (!this->isSupportedType<T>())
63 mooseError(
"Unsupported type ", MooseUtils::prettyCppType<T>(),
" for FormattedTable.");
void mooseError(Args &&... args)
Emit an error message with the given stringified, concatenated args and terminate the application...
◆ get()
◆ isSupportedType()
template<typename T >
static constexpr bool TableValueBase::isSupportedType |
( |
| ) |
|
|
inlinestaticinherited |
Definition at line 44 of file FormattedTable.h.
46 return std::is_fundamental<T>::value || std::is_same<T, std::string>::value;
◆ load()
Definition at line 97 of file FormattedTable.h.
Referenced by dataLoad().
std::unique_ptr< T_DEST, T_DELETER > dynamic_pointer_cast(std::unique_ptr< T_SRC, T_DELETER > &src)
These are reworked from https://stackoverflow.com/a/11003103.
Real value(unsigned n, unsigned alpha, unsigned beta, Real x)
◆ print() [1/2]
◆ print() [2/2]
◆ set()
◆ store()
◆ _value
The documentation for this class was generated from the following file: