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

Public Types

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

Public Member Functions

 StepDirectory (std::filesystem::path path)
 
std::string GetName ()
 
std::filesystem::path GetPath ()
 
const EdaDataFileGetEdaDataFile () const
 
const LayerDirectory::StringMap & GetLayersByName () const
 
const NetlistFile::StringMap & GetNetlistsByName () const
 
const AttrListFileGetAttrListFile () const
 
const FeaturesFileGetProfileFile () const
 
const StepHdrFileGetStepHdrFile () const
 
const ComponentsFileGetTopComponentsFile () const
 
const ComponentsFileGetBottomComponentsFile () const
 
bool Parse ()
 
std::unique_ptr< Odb::Lib::Protobuf::StepDirectory > to_protobuf () const override
 
void from_protobuf (const Odb::Lib::Protobuf::StepDirectory &message) override
 
- Public Member Functions inherited from Odb::Lib::IProtoBuffable< Odb::Lib::Protobuf::StepDirectory >
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 21 of file StepDirectory.h.


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