OpenEnroth 0259030
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
Preprocessor.cpp File Reference
#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)
 

Macro Definition Documentation

◆ TCPP_IMPLEMENTATION

#define TCPP_IMPLEMENTATION