|
Panini 1.4.0
Header-only library for generating C++, written in C++17
|
#include <filesystem>#include <fstream>#include <functional>#include <iostream>#include <stdint.h>#include <string>#include <vector>#include "Version.hpp"#include "commands/Braces.hpp"#include "commands/CommaList.hpp"#include "commands/CommentBlock.hpp"#include "commands/CommentLine.hpp"#include "commands/FeatureFlag.hpp"#include "commands/Include.hpp"#include "commands/IncludeBlock.hpp"#include "commands/IndentPop.hpp"#include "commands/IndentPush.hpp"#include "commands/Label.hpp"#include "commands/NextLine.hpp"#include "commands/Scope.hpp"#include "writers/CompareWriter.hpp"#include "writers/ConsoleWriter.hpp"#include "writers/DebugWriter.hpp"#include "writers/FileWriter.hpp"#include "writers/StringWriter.hpp"