#include <FormattedTable.h>
|
| virtual | ~TableValueBase ()=default |
| |
| virtual void | print (std::ostream &os) const =0 |
| |
| virtual void | store (std::ostream &stream, void *context)=0 |
| |
Definition at line 38 of file FormattedTable.h.
◆ ~TableValueBase()
| virtual TableValueBase::~TableValueBase |
( |
| ) |
|
|
virtualdefault |
◆ isSupportedType()
template<typename T >
| static constexpr bool TableValueBase::isSupportedType |
( |
| ) |
|
|
inlinestaticconstexpr |
Definition at line 44 of file FormattedTable.h.
45 {
46 return std::is_fundamental<T>::value || std::is_same<T, std::string>::value;
47 }
◆ 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: