#include <FormattedTable.h>
Definition at line 38 of file FormattedTable.h.
◆ ~TableValueBase()
virtual TableValueBase::~TableValueBase |
( |
| ) |
|
|
virtualdefault |
◆ isSupportedType()
template<typename T >
static constexpr bool TableValueBase::isSupportedType |
( |
| ) |
|
|
inlinestatic |
Definition at line 44 of file FormattedTable.h.
46 return std::is_fundamental<T>::value || std::is_same<T, std::string>::value;
◆ print()
virtual void TableValueBase::print |
( |
std::ostream & |
os | ) |
const |
|
pure virtual |
◆ store()
virtual void TableValueBase::store |
( |
std::ostream & |
stream, |
|
|
void * |
context |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: