|
| std::unique_ptr< Odb::Lib::Protobuf::PropertyRecord > | to_protobuf () const override |
| |
| void | from_protobuf (const Odb::Lib::Protobuf::PropertyRecord &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 PropertyRecord.h.
◆ StringMap
| typedef std::map<std::string, std::shared_ptr<PropertyRecord> > Odb::Lib::FileModel::Design::PropertyRecord::StringMap |
◆ Vector
| typedef std::vector<std::shared_ptr<PropertyRecord> > Odb::Lib::FileModel::Design::PropertyRecord::Vector |
◆ from_protobuf()
| void Odb::Lib::FileModel::Design::PropertyRecord::from_protobuf |
( |
const Odb::Lib::Protobuf::PropertyRecord & |
message | ) |
|
|
overridevirtual |
◆ to_protobuf()
| std::unique_ptr< Odb::Lib::Protobuf::PropertyRecord > Odb::Lib::FileModel::Design::PropertyRecord::to_protobuf |
( |
| ) |
const |
|
overridevirtual |
◆ floatValues
| std::vector<double> Odb::Lib::FileModel::Design::PropertyRecord::floatValues |
◆ name
| std::string Odb::Lib::FileModel::Design::PropertyRecord::name |
◆ RECORD_TOKEN
| constexpr const char* Odb::Lib::FileModel::Design::PropertyRecord::RECORD_TOKEN = "PRP" |
|
inlinestaticconstexpr |
◆ value
| std::string Odb::Lib::FileModel::Design::PropertyRecord::value |
The documentation for this struct was generated from the following files: