|
typedef std::vector< std::shared_ptr< Package > > | Vector |
|
typedef std::map< std::string, std::shared_ptr< Package > > | StringMap |
|
|
| Package (const std::string &name, unsigned int index) |
|
std::string | GetName () const |
|
unsigned int | GetIndex () const |
|
void | AddPin (const std::string &name) |
|
std::shared_ptr< Pin > | GetPin (const std::string &name) const |
|
std::shared_ptr< Pin > | GetPin (unsigned int index) const |
|
const Pin::StringMap & | GetPinsByName () const |
|
const Pin::Vector & | GetPins () const |
|
std::unique_ptr< Odb::Lib::Protobuf::ProductModel::Package > | to_protobuf () const override |
|
void | from_protobuf (const Odb::Lib::Protobuf::ProductModel::Package &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 15 of file Package.h.
The documentation for this class was generated from the following files: