|
OpenEnroth 0259030
|
#include "Preprocessor.h"#include <memory>#include <span>#include <string>#include <string_view>#include <tcppLibrary.hpp>#include "Library/FileSystem/Interface/FileSystem.h"#include "Utility/Exception.h"#include "Utility/Memory/Blob.h"#include "Utility/String/Format.h"Namespaces | |
| namespace | pp |
Macros | |
| #define | TCPP_IMPLEMENTATION |
Functions | |
| Blob | pp::preprocess (const Blob &source, const FileSystem *pwd, std::string_view preamble, std::span< const std::string_view > passthroughDirectives) |
| #define TCPP_IMPLEMENTATION |