OdbDesignLib
OdbDesign ODB++ Parsing Library
All Classes
Odb::Lib::FileModel::Design::MatrixFile Class Reference
Inheritance diagram for Odb::Lib::FileModel::Design::MatrixFile:
Odb::Lib::FileModel::OdbFile Odb::Lib::IProtoBuffable< Odb::Lib::Protobuf::MatrixFile > Odb::Lib::FileModel::IStreamSaveable

Classes

struct  LayerRecord
 
struct  StepRecord
 

Public Member Functions

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
 
- Public Member Functions inherited from Odb::Lib::FileModel::OdbFile
const std::filesystem::path & GetPath () const
 
const std::filesystem::path & GetDirectory () const
 
const std::string & GetFilename () const
 
- Public Member Functions inherited from Odb::Lib::IProtoBuffable< Odb::Lib::Protobuf::MatrixFile >
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
 

Static Public Member Functions

static bool attributeValueIsOptional (const std::string &attribute)
 

Additional Inherited Members

- Protected Attributes inherited from Odb::Lib::FileModel::OdbFile
std::filesystem::path m_path
 
std::filesystem::path m_directory
 
std::string m_filename
 

Detailed Description

Definition at line 24 of file MatrixFile.h.


The documentation for this class was generated from the following files: