Reference documentation for deal.II version 9.2.0
|
#include <deal.II/base/table_handler.h>
Public Member Functions | |
Column () | |
Column (const std::string &tex_caption) | |
void | pad_column_below (const unsigned int length) |
template<class Archive > | |
void | save (Archive &ar, const unsigned int version) const |
template<class Archive > | |
void | load (Archive &ar, const unsigned int version) |
template<class Archive > | |
void | serialize (Archive &archive, const unsigned int version) |
void | invalidate_cache () |
Public Attributes | |
std::vector< internal::TableEntry > | entries |
std::string | tex_caption |
std::string | tex_format |
unsigned int | precision |
bool | scientific |
unsigned int | flag |
unsigned int | max_length |
Structure encapsulating all the data that is needed to describe one column of a table.
Definition at line 626 of file table_handler.h.