|
| typedef std::vector< std::shared_ptr< Part > > | Vector |
| |
| typedef std::map< std::string, std::shared_ptr< Part > > | StringMap |
| |
|
| | Part (const std::string &name) |
| |
| std::string | GetName () const |
| |
| std::unique_ptr< Odb::Lib::Protobuf::ProductModel::Part > | to_protobuf () const override |
| |
| void | from_protobuf (const Odb::Lib::Protobuf::ProductModel::Part &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 13 of file Part.h.
◆ StringMap
| typedef std::map<std::string, std::shared_ptr<Part> > Odb::Lib::ProductModel::Part::StringMap |
◆ Vector
| typedef std::vector<std::shared_ptr<Part> > Odb::Lib::ProductModel::Part::Vector |
◆ Part()
| Odb::Lib::ProductModel::Part::Part |
( |
const std::string & |
name | ) |
|
◆ from_protobuf()
| void Odb::Lib::ProductModel::Part::from_protobuf |
( |
const Odb::Lib::Protobuf::ProductModel::Part & |
message | ) |
|
|
overridevirtual |
◆ GetName()
| std::string Odb::Lib::ProductModel::Part::GetName |
( |
| ) |
const |
◆ to_protobuf()
| std::unique_ptr< Odb::Lib::Protobuf::ProductModel::Part > Odb::Lib::ProductModel::Part::to_protobuf |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: