Definition at line 16 of file PinConnection.h.
◆ StringMap
| typedef std::map<std::string, std::shared_ptr<PinConnection> > Odb::Lib::ProductModel::PinConnection::StringMap |
◆ Vector
| typedef std::vector<std::shared_ptr<PinConnection> > Odb::Lib::ProductModel::PinConnection::Vector |
◆ PinConnection() [1/2]
| Odb::Lib::ProductModel::PinConnection::PinConnection |
( |
std::shared_ptr< Component > |
pComponent, |
|
|
std::shared_ptr< Pin > |
pPin |
|
) |
| |
◆ PinConnection() [2/2]
| Odb::Lib::ProductModel::PinConnection::PinConnection |
( |
std::shared_ptr< Component > |
pComponent, |
|
|
std::shared_ptr< Pin > |
pPin, |
|
|
const std::string & |
name |
|
) |
| |
◆ from_protobuf()
| void Odb::Lib::ProductModel::PinConnection::from_protobuf |
( |
const Odb::Lib::Protobuf::ProductModel::PinConnection & |
message | ) |
|
|
overridevirtual |
◆ GetComponent()
| std::shared_ptr< Component > Odb::Lib::ProductModel::PinConnection::GetComponent |
( |
| ) |
const |
◆ GetPin()
| std::shared_ptr< Pin > Odb::Lib::ProductModel::PinConnection::GetPin |
( |
| ) |
const |
◆ MakeName()
| std::string Odb::Lib::ProductModel::PinConnection::MakeName |
( |
const Component & |
component, |
|
|
const Pin & |
pin |
|
) |
| |
|
static |
◆ to_protobuf()
| std::unique_ptr< Protobuf::ProductModel::PinConnection > Odb::Lib::ProductModel::PinConnection::to_protobuf |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: