Reference documentation for deal.II version 9.2.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Public Member Functions | Public Attributes | List of all members

#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::TableEntryentries
 
std::string tex_caption
 
std::string tex_format
 
unsigned int precision
 
bool scientific
 
unsigned int flag
 
unsigned int max_length
 

Detailed Description

Structure encapsulating all the data that is needed to describe one column of a table.

Definition at line 626 of file table_handler.h.


The documentation for this struct was generated from the following files: