|
| const LayerRecord::Vector & | GetLayerRecords () const |
| |
| const StepRecord::Vector & | GetStepRecords () const |
| |
| bool | Parse (std::filesystem::path path) override |
| |
| bool | Save (std::ostream &os) override |
| |
| std::unique_ptr< Odb::Lib::Protobuf::MatrixFile > | to_protobuf () const override |
| |
| void | from_protobuf (const Odb::Lib::Protobuf::MatrixFile &message) override |
| |
| const std::filesystem::path & | GetPath () const |
| |
| const std::filesystem::path & | GetDirectory () const |
| |
| const std::string & | GetFilename () const |
| |
| bool | to_pbstring (std::string &pb_string) const |
| |
| bool | from_pbstring (const std::string &pb_string) |
| |
| bool | to_stream (std::ostream &outputStream) const |
| |
| bool | from_stream (std::istream &inputStream) |
| |
| std::string | to_json () const override |
| |
| void | from_json (const std::string &json) override |
| |
Definition at line 24 of file MatrixFile.h.
◆ ~MatrixFile()
| Odb::Lib::FileModel::Design::MatrixFile::~MatrixFile |
( |
| ) |
|
◆ attributeValueIsOptional()
| static bool Odb::Lib::FileModel::Design::MatrixFile::attributeValueIsOptional |
( |
const std::string & |
attribute | ) |
|
|
inlinestatic |
◆ from_protobuf()
| void Odb::Lib::FileModel::Design::MatrixFile::from_protobuf |
( |
const Odb::Lib::Protobuf::MatrixFile & |
message | ) |
|
|
overridevirtual |
◆ GetLayerRecords()
| const MatrixFile::LayerRecord::Vector & Odb::Lib::FileModel::Design::MatrixFile::GetLayerRecords |
( |
| ) |
const |
◆ GetStepRecords()
| const MatrixFile::StepRecord::Vector & Odb::Lib::FileModel::Design::MatrixFile::GetStepRecords |
( |
| ) |
const |
◆ Parse()
| bool Odb::Lib::FileModel::Design::MatrixFile::Parse |
( |
std::filesystem::path |
path | ) |
|
|
overridevirtual |
◆ Save()
| bool Odb::Lib::FileModel::Design::MatrixFile::Save |
( |
std::ostream & |
os | ) |
|
|
overridevirtual |
◆ to_protobuf()
| std::unique_ptr< Odb::Lib::Protobuf::MatrixFile > Odb::Lib::FileModel::Design::MatrixFile::to_protobuf |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: