#include "vtkLogger.h"#include "vtkObject.h"#include "vtkPVVTKExtensionsCoreModule.h"#include <algorithm>#include <memory>#include <sstream>#include <stack>#include <vtk_fmt.h>#include <VTK_FMT(fmt/args.h)>#include <VTK_FMT(fmt/chrono.h)>#include <VTK_FMT(fmt/core.h)>#include <VTK_FMT(fmt/ranges.h)>
Go to the source code of this file.
Classes | |
| class | vtkPVStringFormatter |
| Utility class used for string formatting. More... | |
| class | vtkPVStringFormatter::TraceScope |
| This subclass should ONLY be used to enable automatic push/pop of argument scopes in the same scope of code. More... | |
| struct | vtkPVStringFormatter::vtkNamedArgument::Value |
Macros | |
| #define | PV_STRING_FORMATTER_SCOPE_0(x, y) x##y |
| #define | PV_STRING_FORMATTER_SCOPE_1(x, y) PV_STRING_FORMATTER_SCOPE_0(x, y) |
| #define | PV_STRING_FORMATTER_SCOPE(...) vtkPVStringFormatter::TraceScope PV_STRING_FORMATTER_SCOPE_1(_trace_item, __LINE__)(__VA_ARGS__) |
| #define | PV_STRING_FORMATTER_NAMED_SCOPE(NAME, ...) |
| #define PV_STRING_FORMATTER_SCOPE_0 | ( | x, | |
| y | |||
| ) | x##y |
Definition at line 534 of file vtkPVStringFormatter.h.
| #define PV_STRING_FORMATTER_SCOPE_1 | ( | x, | |
| y | |||
| ) | PV_STRING_FORMATTER_SCOPE_0(x, y) |
Definition at line 535 of file vtkPVStringFormatter.h.
| #define PV_STRING_FORMATTER_SCOPE | ( | ... | ) | vtkPVStringFormatter::TraceScope PV_STRING_FORMATTER_SCOPE_1(_trace_item, __LINE__)(__VA_ARGS__) |
Definition at line 536 of file vtkPVStringFormatter.h.
| #define PV_STRING_FORMATTER_NAMED_SCOPE | ( | NAME, | |
| ... | |||
| ) |
Definition at line 538 of file vtkPVStringFormatter.h.
1.8.13 on Sat Dec 6 2025