Reference documentation for deal.II version 8.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
TableHandler Member List

This is the complete list of members for TableHandler, including all inherited members.

add_column_to_supercolumn(const std::string &key, const std::string &superkey)TableHandler
add_value(const std::string &key, const T value)TableHandler
auto_fill_modeTableHandlerprotected
column_orderTableHandlerprotected
columnsTableHandlermutableprotected
DeclException1(ExcColumnNotExistent, std::string,<< "Column <"<< arg1<< "> does not exist.")TableHandler
DeclException1(ExcSuperColumnNotExistent, std::string,<< "Supercolumn <"<< arg1<< "> does not exist.")TableHandler
DeclException1(ExcColumnOrSuperColumnNotExistent, std::string,<< "Column or supercolumn <"<< arg1<< "> does not exist.")TableHandler
DeclException1(ExcUndefinedTexFormat, std::string,<< "<"<< arg1<< "> is not a tex column format. Use l,c,r.")TableHandler
DeclException4(ExcWrongNumberOfDataEntries, std::string, int, std::string, int,<< "Column <"<< arg1<< "> has got "<< arg2<< " rows, but Column <"<< arg3<< "> has got "<< arg4<< ".")TableHandler
get_selected_columns(std::vector< std::string > &sel_columns) const TableHandlerprotected
n_rows() const TableHandlerprotected
org_mode_table enum value (defined in TableHandler)TableHandler
serialize(Archive &ar, const unsigned int version)TableHandler
set_auto_fill_mode(const bool state)TableHandler
set_column_order(const std::vector< std::string > &new_order)TableHandler
set_precision(const std::string &key, const unsigned int precision)TableHandler
set_scientific(const std::string &key, const bool scientific)TableHandler
set_tex_caption(const std::string &key, const std::string &tex_caption)TableHandler
set_tex_format(const std::string &key, const std::string &format="c")TableHandler
set_tex_supercaption(const std::string &superkey, const std::string &tex_supercaption)TableHandler
set_tex_table_caption(const std::string &table_caption)TableHandler
set_tex_table_label(const std::string &table_label)TableHandler
simple_table_with_separate_column_description enum value (defined in TableHandler)TableHandler
supercolumnsTableHandlerprotected
table_with_headers enum value (defined in TableHandler)TableHandler
table_with_separate_column_description enum value (defined in TableHandler)TableHandler
TableHandler()TableHandler
tex_supercaptionsTableHandlerprotected
tex_table_captionTableHandlerprotected
tex_table_labelTableHandlerprotected
TextOutputFormat enum nameTableHandler
write_tex(std::ostream &file, const bool with_header=true) const TableHandler
write_text(std::ostream &out, const TextOutputFormat format=table_with_headers) const TableHandler