OdbDesignLib
OdbDesign ODB++ Parsing Library
Odb::Lib::ProductModel::PinConnection Class Reference
Inheritance diagram for Odb::Lib::ProductModel::PinConnection:
Odb::Lib::IProtoBuffable< Odb::Lib::Protobuf::ProductModel::PinConnection >

Public Types

typedef std::vector< std::shared_ptr< PinConnection > > Vector
 
typedef std::map< std::string, std::shared_ptr< PinConnection > > StringMap
 

Public Member Functions

 PinConnection (std::shared_ptr< Component > pComponent, std::shared_ptr< Pin > pPin)
 
 PinConnection (std::shared_ptr< Component > pComponent, std::shared_ptr< Pin > pPin, std::string name)
 
std::shared_ptr< PinGetPin () const
 
std::shared_ptr< ComponentGetComponent () const
 
std::string MakeName (std::shared_ptr< Odb::Lib::ProductModel::Component > &pComponent, std::shared_ptr< Odb::Lib::ProductModel::Pin > &pPin)
 
std::unique_ptr< Odb::Lib::Protobuf::ProductModel::PinConnection > to_protobuf () const override
 
void from_protobuf (const Odb::Lib::Protobuf::ProductModel::PinConnection &message) override
 
- Public Member Functions inherited from Odb::Lib::IProtoBuffable< Odb::Lib::Protobuf::ProductModel::PinConnection >
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 16 of file PinConnection.h.


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