|
| std::string | GetUnits () const |
| |
| const AttributeMap & | GetAttributes () const |
| |
| bool | Parse (std::filesystem::path directory) |
| |
| bool | Save (std::ostream &os) override |
| |
| std::unique_ptr< Odb::Lib::Protobuf::AttrListFile > | to_protobuf () const override |
| |
| void | from_protobuf (const Odb::Lib::Protobuf::AttrListFile &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 18 of file AttrListFile.h.
◆ AttributeMap
| typedef std::map<std::string, std::string> Odb::Lib::FileModel::Design::AttrListFile::AttributeMap |
◆ AttrListFile()
| Odb::Lib::FileModel::Design::AttrListFile::AttrListFile |
( |
| ) |
|
◆ from_protobuf()
| void Odb::Lib::FileModel::Design::AttrListFile::from_protobuf |
( |
const Odb::Lib::Protobuf::AttrListFile & |
message | ) |
|
|
overridevirtual |
◆ GetAttributes()
| const AttrListFile::AttributeMap & Odb::Lib::FileModel::Design::AttrListFile::GetAttributes |
( |
| ) |
const |
◆ GetUnits()
| std::string Odb::Lib::FileModel::Design::AttrListFile::GetUnits |
( |
| ) |
const |
◆ Parse()
| bool Odb::Lib::FileModel::Design::AttrListFile::Parse |
( |
std::filesystem::path |
directory | ) |
|
◆ Save()
| bool Odb::Lib::FileModel::Design::AttrListFile::Save |
( |
std::ostream & |
os | ) |
|
|
overridevirtual |
◆ to_protobuf()
| std::unique_ptr< Odb::Lib::Protobuf::AttrListFile > Odb::Lib::FileModel::Design::AttrListFile::to_protobuf |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: