12#ifndef INPUTBUILDER_HPP
13#define INPUTBUILDER_HPP
15#include "usmtf_export.h"
40 void Export(
bool aIgnoreBlockSeperation =
false)
const;
44 void AddBlocks(
const std::vector<InputBlock>& aBlocks)
noexcept;
45 void AddBlocks(
const std::vector<const Exportable*>& aExportbableEntities)
noexcept;
48 const std::string mFileName;
49 std::vector<InputBlock> mBlocks;
Definition Exportable.hpp:27