preCICE v3.1.2
|
#include <boost/preprocessor/control/if.hpp>
#include <boost/preprocessor/seq/for_each_i.hpp>
#include <boost/preprocessor/stringize.hpp>
#include <boost/preprocessor/variadic/to_seq.hpp>
#include <boost/vmd/is_empty.hpp>
#include "utils/fmt.hpp"
Go to the source code of this file.
Macros | |
#define | PRECICE_LOG_ARGUMENTS_FMT(r, data, i, elem) " " BOOST_PP_STRINGIZE(i) ": " BOOST_PP_STRINGIZE(elem) " == {}\n" |
Helper macro, used by TRACE. | |
#define | PRECICE_LOG_ARGUMENTS(...) |
#define PRECICE_LOG_ARGUMENTS | ( | ... | ) |
Definition at line 15 of file ArgumentFormatter.hpp.
#define PRECICE_LOG_ARGUMENTS_FMT | ( | r, | |
data, | |||
i, | |||
elem ) " " BOOST_PP_STRINGIZE(i) ": " BOOST_PP_STRINGIZE(elem) " == {}\n" |
Helper macro, used by TRACE.
Definition at line 12 of file ArgumentFormatter.hpp.