PandA-2024.02
|
#include "Parameter.hpp"
#include "constant_strings.hpp"
#include "dbgPrintHelper.hpp"
#include "experimental_setup_xml.hpp"
#include "fileIO.hpp"
#include "polixml.hpp"
#include "refcount.hpp"
#include "string_manipulation.hpp"
#include "utility.hpp"
#include "xml_dom_parser.hpp"
#include "xml_helper.hpp"
#include "config_HAVE_FROM_C_BUILT.hpp"
#include "config_HAVE_I386_CLANG10_COMPILER.hpp"
#include "config_HAVE_I386_CLANG11_COMPILER.hpp"
#include "config_HAVE_I386_CLANG12_COMPILER.hpp"
#include "config_HAVE_I386_CLANG13_COMPILER.hpp"
#include "config_HAVE_I386_CLANG16_COMPILER.hpp"
#include "config_HAVE_I386_CLANG4_COMPILER.hpp"
#include "config_HAVE_I386_CLANG5_COMPILER.hpp"
#include "config_HAVE_I386_CLANG6_COMPILER.hpp"
#include "config_HAVE_I386_CLANG7_COMPILER.hpp"
#include "config_HAVE_I386_CLANG8_COMPILER.hpp"
#include "config_HAVE_I386_CLANG9_COMPILER.hpp"
#include "config_HAVE_I386_CLANGVVD_COMPILER.hpp"
#include "config_HAVE_I386_GCC49_COMPILER.hpp"
#include "config_HAVE_I386_GCC5_COMPILER.hpp"
#include "config_HAVE_I386_GCC6_COMPILER.hpp"
#include "config_HAVE_I386_GCC7_COMPILER.hpp"
#include "config_HAVE_I386_GCC8_COMPILER.hpp"
#include "config_HAVE_TO_DATAFILE_BUILT.hpp"
#include "config_PACKAGE_BUGREPORT.hpp"
#include "config_PACKAGE_STRING.hpp"
#include <cstdlib>
#include <filesystem>
#include <iosfwd>
#include "branch_name.hpp"
#include "revision_hash.hpp"
Go to the source code of this file.
Macros | |
#define | OPTION_NAME(r, data, elem) option_name[BOOST_PP_CAT(OPT_, elem)] = #elem; |
Variables | |
const std::string | branch_name |
const std::string | revision_hash |
Definition in file Parameter.cpp.
#define OPTION_NAME | ( | r, | |
data, | |||
elem | |||
) | option_name[BOOST_PP_CAT(OPT_, elem)] = #elem; |
Definition at line 105 of file Parameter.cpp.
Referenced by Parameter::Parameter().
const std::string branch_name |
Definition at line 97 of file Parameter.cpp.
Referenced by Parameter::SetCommonDefaults().
const std::string revision_hash |
Definition at line 101 of file Parameter.cpp.
Referenced by Parameter::SetCommonDefaults().