PandA-2024.02
|
#include "translator.hpp"
#include "Parameter.hpp"
#include "custom_map.hpp"
#include "custom_set.hpp"
#include "dbgPrintHelper.hpp"
#include "evaluation.hpp"
#include "exceptions.hpp"
#include "experimental_setup_xml.hpp"
#include "fileIO.hpp"
#include "latex_table_constants.hpp"
#include "latex_table_xml.hpp"
#include "polixml.hpp"
#include "string_manipulation.hpp"
#include "utility.hpp"
#include "xml_dom_parser.hpp"
#include "xml_helper.hpp"
#include <boost/algorithm/string/replace.hpp>
#include <cmath>
#include <filesystem>
#include <fstream>
#include <iomanip>
#include <string>
#include "latex_format_stat.data"
Go to the source code of this file.
Macros | |
#define | CSV_COL_SEPARATOR "," |
#define | SKIPPED_COLUMN |
#define | SKIPPING_MACRO(r, data, elem) skipping.insert(elem); |
#define | TF_NAME(r, data, elem) |
#define | CO_NAME(r, data, elem) |
#define | TOF_NAME(r, data, elem) |
Variables | |
const char * | default_latex_format_stat |
#define CO_NAME | ( | r, | |
data, | |||
elem | |||
) |
Definition at line 82 of file translator.cpp.
Referenced by Translator::LatexColumnFormat::LatexColumnFormat().
#define CSV_COL_SEPARATOR "," |
Definition at line 68 of file translator.cpp.
Referenced by Translator::write_to_csv(), and Translator::write_to_pa().
#define SKIPPED_COLUMN |
Definition at line 70 of file translator.cpp.
#define SKIPPING_MACRO | ( | r, | |
data, | |||
elem | |||
) | skipping.insert(elem); |
Definition at line 74 of file translator.cpp.
#define TF_NAME | ( | r, | |
data, | |||
elem | |||
) |
Definition at line 76 of file translator.cpp.
Referenced by Translator::LatexColumnFormat::LatexColumnFormat().
#define TOF_NAME | ( | r, | |
data, | |||
elem | |||
) |
Definition at line 88 of file translator.cpp.
Referenced by Translator::LatexColumnFormat::LatexColumnFormat().
const char* default_latex_format_stat |
Definition at line 94 of file translator.cpp.
Referenced by Translator::write_to_latex().