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

Classes

struct  NetPointRecord
 
struct  NetRecord
 

Public Types

enum class  Staggered { Yes , No , Unknown }
 
typedef std::vector< std::shared_ptr< NetlistFile > > Vector
 
typedef std::map< std::string, std::shared_ptr< NetlistFile > > StringMap
 

Public Member Functions

 NetlistFile (std::filesystem::path path)
 
std::filesystem::path GetPath () const
 
std::string GetName () const
 
std::string GetUnits () const
 
bool GetOptimized () const
 
Staggered GetStaggered () const
 
const NetRecord::Vector & GetNetRecords () const
 
const NetRecord::StringMap & GetNetRecordsByName () const
 
const NetPointRecord::Vector & GetNetPointRecords () const
 
bool Parse ()
 
std::unique_ptr< Odb::Lib::Protobuf::NetlistFile > to_protobuf () const override
 
void from_protobuf (const Odb::Lib::Protobuf::NetlistFile &message) override
 
- Public Member Functions inherited from Odb::Lib::IProtoBuffable< Odb::Lib::Protobuf::NetlistFile >
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 15 of file NetlistFile.h.


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