![]() |
Chi-Tech
|
#include "PostProcessorPrinter.h"#include "event_system/SystemWideEventPublisher.h"#include "event_system/EventSubscriber.h"#include "event_system/Event.h"#include "post_processors/PostProcessor.h"#include "chi_runtime.h"#include "chi_log.h"#include <algorithm>Go to the source code of this file.
Namespaces | |
| namespace | chi |
Macros | |
| #define | JoinWordsA(x, y) x##y |
| #define | JoinWordsB(x, y) JoinWordsA(x, y) |
Functions | |
| static char | JoinWordsB (unique_var_name_ppp_, __COUNTER__) |
| #define JoinWordsA | ( | x, | |
| y | |||
| ) | x##y |
Small utility macro for joining two words.
Definition at line 14 of file PostProcessorPrinter_00.cc.
| #define JoinWordsB | ( | x, | |
| y | |||
| ) | JoinWordsA(x, y) |
IDK why this is needed. Seems like counter doesnt work properly without it
Definition at line 16 of file PostProcessorPrinter_00.cc.
|
static |