OdbDesignLib
OdbDesign ODB++ Parsing Library
Odb::Lib::FileModel::Design::LayerDirectory Class Reference
Inheritance diagram for Odb::Lib::FileModel::Design::LayerDirectory:
Odb::Lib::IProtoBuffable< Odb::Lib::Protobuf::LayerDirectory > Odb::Lib::FileModel::ISaveable

Public Types

typedef std::map< std::string, std::shared_ptr< LayerDirectory > > StringMap
 

Public Member Functions

 LayerDirectory (std::filesystem::path path)
 
std::string GetName () const
 
std::filesystem::path GetPath () const
 
bool Parse ()
 
bool Save (const std::filesystem::path &directory) override
 
bool ParseComponentsFile (std::filesystem::path directory)
 
bool ParseFeaturesFile (std::filesystem::path directory)
 
bool ParseAttrListFile (std::filesystem::path directory)
 
const ComponentsFileGetComponentsFile () const
 
const FeaturesFileGetFeaturesFile () const
 
const AttrListFileGetAttrListFile () const
 
std::unique_ptr< Odb::Lib::Protobuf::LayerDirectory > to_protobuf () const override
 
void from_protobuf (const Odb::Lib::Protobuf::LayerDirectory &message) override
 
- Public Member Functions inherited from Odb::Lib::IProtoBuffable< Odb::Lib::Protobuf::LayerDirectory >
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
 

Detailed Description

Definition at line 18 of file LayerDirectory.h.


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