#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 |
( |
const std::string & |
path | ) |
|
|
explicit |
◆ CmdSeq() [2/2]
CmdSeq::CmdSeq |
( |
Type |
type_ | ) |
|
|
explicit |
◆ bake() [1/2]
std::vector< std::byte > CmdSeq::bake |
( |
| ) |
const |
◆ bake() [2/2]
bool CmdSeq::bake |
( |
const std::string & |
path | ) |
const |
◆ bakeBinary()
std::vector< std::byte > CmdSeq::bakeBinary |
( |
| ) |
const |
|
protected |
◆ bakeKeyValuesStrata()
std::vector< std::byte > CmdSeq::bakeKeyValuesStrata |
( |
| ) |
const |
|
protected |
◆ getSequences() [1/2]
◆ getSequences() [2/2]
◆ getType()
◆ getVersion()
float CmdSeq::getVersion |
( |
| ) |
const |
◆ operator bool()
CmdSeq::operator bool |
( |
| ) |
const |
|
explicit |
◆ parseBinary()
void CmdSeq::parseBinary |
( |
const std::string & |
path | ) |
|
|
protected |
◆ parseKeyValuesStrata()
void CmdSeq::parseKeyValuesStrata |
( |
const std::string & |
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: