|
| typedef std::vector< std::shared_ptr< Pin > > | Vector |
| |
| typedef std::map< std::string, std::shared_ptr< Pin > > | StringMap |
| |
|
| | Pin (const std::string &name, unsigned int index) |
| |
| std::string | GetName () const |
| |
| unsigned int | GetIndex () const |
| |
| std::unique_ptr< Odb::Lib::Protobuf::ProductModel::Pin > | to_protobuf () const override |
| |
| void | from_protobuf (const Odb::Lib::Protobuf::ProductModel::Pin &message) override |
| |
| 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 |
| |
Definition at line 14 of file Pin.h.
◆ StringMap
| typedef std::map<std::string, std::shared_ptr<Pin> > Odb::Lib::ProductModel::Pin::StringMap |
Definition at line 24 of file Pin.h.
◆ Vector
| typedef std::vector<std::shared_ptr<Pin> > Odb::Lib::ProductModel::Pin::Vector |
Definition at line 23 of file Pin.h.
◆ Pin()
| Odb::Lib::ProductModel::Pin::Pin |
( |
const std::string & |
name, |
|
|
unsigned int |
index |
|
) |
| |
◆ from_protobuf()
| void Odb::Lib::ProductModel::Pin::from_protobuf |
( |
const Odb::Lib::Protobuf::ProductModel::Pin & |
message | ) |
|
|
overridevirtual |
◆ GetIndex()
| unsigned int Odb::Lib::ProductModel::Pin::GetIndex |
( |
| ) |
const |
◆ GetName()
| std::string Odb::Lib::ProductModel::Pin::GetName |
( |
| ) |
const |
◆ to_protobuf()
| std::unique_ptr< Odb::Lib::Protobuf::ProductModel::Pin > Odb::Lib::ProductModel::Pin::to_protobuf |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files:
- OdbDesignLib/ProductModel/Pin.h
- OdbDesignLib/ProductModel/Pin.cpp