Definition at line 22 of file Design.h.
◆ StringMap
| typedef std::map<std::string, std::shared_ptr<Design> > Odb::Lib::ProductModel::Design::StringMap |
◆ Vector
| typedef std::vector<std::shared_ptr<Design> > Odb::Lib::ProductModel::Design::Vector |
◆ Design()
| Odb::Lib::ProductModel::Design::Design |
( |
| ) |
|
◆ ~Design()
| Odb::Lib::ProductModel::Design::~Design |
( |
| ) |
|
◆ Build() [1/2]
◆ Build() [2/2]
| bool Odb::Lib::ProductModel::Design::Build |
( |
std::string |
path | ) |
|
◆ ClipFileModel()
| void Odb::Lib::ProductModel::Design::ClipFileModel |
( |
| ) |
|
◆ from_protobuf()
| void Odb::Lib::ProductModel::Design::from_protobuf |
( |
const Protobuf::ProductModel::Design & |
message | ) |
|
|
overridevirtual |
◆ GetComponent()
| std::shared_ptr< Component > Odb::Lib::ProductModel::Design::GetComponent |
( |
const std::string & |
refDes | ) |
const |
◆ GetComponents()
| const Component::Vector & Odb::Lib::ProductModel::Design::GetComponents |
( |
| ) |
const |
◆ GetComponentsByName()
| const Component::StringMap & Odb::Lib::ProductModel::Design::GetComponentsByName |
( |
| ) |
const |
◆ GetFileModel()
◆ GetName()
| const std::string & Odb::Lib::ProductModel::Design::GetName |
( |
| ) |
const |
◆ GetNet()
| std::shared_ptr< Net > Odb::Lib::ProductModel::Design::GetNet |
( |
const std::string & |
name | ) |
const |
◆ GetNets()
| const Net::Vector & Odb::Lib::ProductModel::Design::GetNets |
( |
| ) |
const |
◆ GetNetsByName()
| const Net::StringMap Odb::Lib::ProductModel::Design::GetNetsByName |
( |
| ) |
const |
◆ GetNoneNet()
| std::shared_ptr< Net > Odb::Lib::ProductModel::Design::GetNoneNet |
( |
| ) |
const |
◆ GetPackages()
| const Package::Vector & Odb::Lib::ProductModel::Design::GetPackages |
( |
| ) |
const |
◆ GetPackagesByName()
| const Package::StringMap & Odb::Lib::ProductModel::Design::GetPackagesByName |
( |
| ) |
const |
◆ GetParts()
| const Part::Vector & Odb::Lib::ProductModel::Design::GetParts |
( |
| ) |
const |
◆ GetPartsByName()
| const Part::StringMap & Odb::Lib::ProductModel::Design::GetPartsByName |
( |
| ) |
const |
◆ GetProductModel()
| const std::string & Odb::Lib::ProductModel::Design::GetProductModel |
( |
| ) |
const |
◆ to_protobuf()
| std::unique_ptr< Odb::Lib::Protobuf::ProductModel::Design > Odb::Lib::ProductModel::Design::to_protobuf |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: