PandA-2024.02
|
Dump information read already read from profiling file to other files. More...
#include <ios>
#include <list>
#include <string>
#include <vector>
#include "custom_map.hpp"
#include "custom_set.hpp"
#include "refcount.hpp"
#include <boost/preprocessor/facilities/empty.hpp>
#include <boost/preprocessor/seq/for_each.hpp>
Go to the source code of this file.
Data Structures | |
class | Translator |
Class to translate data from a format to another one. More... | |
class | Translator::LatexColumnFormat |
Class describing the characteristic of a column of latex table. More... | |
Macros | |
#define | TEXT_FORMAT (text)(number)(exponential) |
#define | TF_ENUM(r, data, elem) BOOST_PP_CAT(TF_, elem), |
#define | COMPARISON_OPERATOR (abs_le) |
#define | CO_ENUM(r, data, elem) BOOST_PP_CAT(CO_, elem), |
#define | TOTAL_FORMAT (average)(overall)(none) |
#define | TOF_ENUM(r, data, elem) BOOST_PP_CAT(TOF_, elem), |
Typedefs | |
using | TranslatorConstRef = refcount< const Translator > |
Functions | |
forward declarations | |
STD include Utility include | |
CONSTREF_FORWARD_DECL (Parameter) | |
REF_FORWARD_DECL (XMLDomParser) | |
Dump information read already read from profiling file to other files.
Definition in file translator.hpp.
#define CO_ENUM | ( | r, | |
data, | |||
elem | |||
) | BOOST_PP_CAT(CO_, elem), |
Definition at line 74 of file translator.hpp.
#define COMPARISON_OPERATOR (abs_le) |
Definition at line 72 of file translator.hpp.
Referenced by Translator::LatexColumnFormat::LatexColumnFormat().
#define TEXT_FORMAT (text)(number)(exponential) |
Definition at line 68 of file translator.hpp.
Referenced by Translator::LatexColumnFormat::LatexColumnFormat().
#define TF_ENUM | ( | r, | |
data, | |||
elem | |||
) | BOOST_PP_CAT(TF_, elem), |
Definition at line 70 of file translator.hpp.
#define TOF_ENUM | ( | r, | |
data, | |||
elem | |||
) | BOOST_PP_CAT(TOF_, elem), |
Definition at line 78 of file translator.hpp.
#define TOTAL_FORMAT (average)(overall)(none) |
Definition at line 76 of file translator.hpp.
Referenced by Translator::LatexColumnFormat::LatexColumnFormat().
using TranslatorConstRef = refcount<const Translator> |
Definition at line 284 of file translator.hpp.
CONSTREF_FORWARD_DECL | ( | Parameter | ) |
REF_FORWARD_DECL | ( | XMLDomParser | ) |