57 explicit CmdSeq(
const std::filesystem::path& cmdSeqPath);
59 [[nodiscard]]
explicit operator bool()
const;
71 [[nodiscard]]
const std::vector<Sequence>&
getSequences()
const;
73 [[nodiscard]] std::vector<std::byte>
bake()
const;
75 bool bake(
const std::filesystem::path& path)
const;
78 void parseBinary(
const std::filesystem::path& path);
84 [[nodiscard]] std::vector<std::byte>
bakeBinary()
const;