#include <CmdSeq.h>
Definition at line 11 of file CmdSeq.h.
◆ Type
| Enumerator |
|---|
| INVALID | |
| BINARY | |
| KEYVALUES_STRATA | |
Definition at line 48 of file CmdSeq.h.
◆ CmdSeq() [1/2]
| CmdSeq::CmdSeq |
( |
Type | type_ | ) |
|
|
explicit |
◆ CmdSeq() [2/2]
| CmdSeq::CmdSeq |
( |
const std::filesystem::path & | cmdSeqPath | ) |
|
|
explicit |
◆ bake() [1/2]
| std::vector< std::byte > CmdSeq::bake |
( |
| ) |
const |
|
nodiscard |
◆ bake() [2/2]
| bool CmdSeq::bake |
( |
const std::filesystem::path & | path | ) |
const |
◆ bakeBinary()
| std::vector< std::byte > CmdSeq::bakeBinary |
( |
| ) |
const |
|
nodiscardprotected |
◆ bakeKeyValuesStrata()
| std::vector< std::byte > CmdSeq::bakeKeyValuesStrata |
( |
| ) |
const |
|
nodiscardprotected |
◆ getSequences() [1/2]
◆ getSequences() [2/2]
◆ getType()
◆ getVersion()
| float CmdSeq::getVersion |
( |
| ) |
const |
|
nodiscard |
◆ operator bool()
| CmdSeq::operator bool |
( |
| ) |
const |
|
explicitnodiscard |
◆ parseBinary()
| void CmdSeq::parseBinary |
( |
const std::filesystem::path & | path | ) |
|
|
protected |
◆ parseKeyValuesStrata()
| void CmdSeq::parseKeyValuesStrata |
( |
const std::filesystem::path & | path | ) |
|
|
protected |
◆ setType()
| void CmdSeq::setType |
( |
Type | type_ | ) |
|
◆ setVersion()
| void CmdSeq::setVersion |
( |
bool | isV02 | ) |
|
◆ sequences
| std::vector<Sequence> toolpp::CmdSeq::sequences |
|
protected |
◆ type
| Type toolpp::CmdSeq::type |
|
protected |
◆ version
| float toolpp::CmdSeq::version |
|
protected |
The documentation for this class was generated from the following files: