PandA-2024.02
Data Structures | Macros | Typedefs
translator.hpp File Reference

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>
Include dependency graph for translator.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Dump information read already read from profiling file to other files.

Author
Marco Lattuada lattu.nosp@m.ada@.nosp@m.elet..nosp@m.poli.nosp@m.mi.it $Revision$ $Date$ Last modified by $Author$

Definition in file translator.hpp.

Macro Definition Documentation

◆ CO_ENUM

#define CO_ENUM (   r,
  data,
  elem 
)    BOOST_PP_CAT(CO_, elem),

Definition at line 74 of file translator.hpp.

◆ COMPARISON_OPERATOR

#define COMPARISON_OPERATOR   (abs_le)

Definition at line 72 of file translator.hpp.

Referenced by Translator::LatexColumnFormat::LatexColumnFormat().

◆ TEXT_FORMAT

#define TEXT_FORMAT   (text)(number)(exponential)

Definition at line 68 of file translator.hpp.

Referenced by Translator::LatexColumnFormat::LatexColumnFormat().

◆ TF_ENUM

#define TF_ENUM (   r,
  data,
  elem 
)    BOOST_PP_CAT(TF_, elem),

Definition at line 70 of file translator.hpp.

◆ TOF_ENUM

#define TOF_ENUM (   r,
  data,
  elem 
)    BOOST_PP_CAT(TOF_, elem),

Definition at line 78 of file translator.hpp.

◆ TOTAL_FORMAT

#define TOTAL_FORMAT   (average)(overall)(none)

Definition at line 76 of file translator.hpp.

Referenced by Translator::LatexColumnFormat::LatexColumnFormat().

Typedef Documentation

◆ TranslatorConstRef

Definition at line 284 of file translator.hpp.

Function Documentation

◆ CONSTREF_FORWARD_DECL()

CONSTREF_FORWARD_DECL ( Parameter  )

◆ REF_FORWARD_DECL()

REF_FORWARD_DECL ( XMLDomParser  )

Generated on Mon Feb 12 2024 13:03:15 for PandA-2024.02 by doxygen 1.8.13