|
| typedef std::vector< std::shared_ptr< Net > > | Vector |
| |
| typedef std::map< std::string, std::shared_ptr< Net > > | StringMap |
| |
Definition at line 17 of file Net.h.
◆ StringMap
| typedef std::map<std::string, std::shared_ptr<Net> > Odb::Lib::ProductModel::Net::StringMap |
Definition at line 33 of file Net.h.
◆ Vector
| typedef std::vector<std::shared_ptr<Net> > Odb::Lib::ProductModel::Net::Vector |
Definition at line 32 of file Net.h.
◆ Net()
| Odb::Lib::ProductModel::Net::Net |
( |
const std::string & |
name, |
|
|
unsigned int |
index |
|
) |
| |
◆ ~Net()
| Odb::Lib::ProductModel::Net::~Net |
( |
| ) |
|
◆ AddPinConnection()
| bool Odb::Lib::ProductModel::Net::AddPinConnection |
( |
std::shared_ptr< Component > |
pComponent, |
|
|
std::shared_ptr< Pin > |
pPin |
|
) |
| |
◆ from_protobuf()
| void Odb::Lib::ProductModel::Net::from_protobuf |
( |
const Odb::Lib::Protobuf::ProductModel::Net & |
message | ) |
|
|
overridevirtual |
◆ GetIndex()
| unsigned int Odb::Lib::ProductModel::Net::GetIndex |
( |
| ) |
const |
◆ GetName()
| std::string Odb::Lib::ProductModel::Net::GetName |
( |
| ) |
const |
◆ GetPinConnections()
| PinConnection::Vector & Odb::Lib::ProductModel::Net::GetPinConnections |
( |
| ) |
|
◆ to_protobuf()
| std::unique_ptr< Odb::Lib::Protobuf::ProductModel::Net > Odb::Lib::ProductModel::Net::to_protobuf |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files:
- OdbDesignLib/ProductModel/Net.h
- OdbDesignLib/ProductModel/Net.cpp