|
| EdaDataFile (bool logAllLineParsing=false) |
|
const std::filesystem::path & | GetPath () const |
|
const std::filesystem::path & | GetDirectory () const |
|
const std::string & | GetUnits () const |
|
const std::string & | GetSource () const |
|
bool | Parse (std::filesystem::path path) |
|
bool | Save (std::ostream &os) override |
|
const std::vector< std::string > & | GetLayerNames () const |
|
const std::vector< std::string > & | GetAttributeNames () const |
|
const std::vector< std::string > & | GetAttributeTextValues () const |
|
const NetRecord::Vector & | GetNetRecords () const |
|
const NetRecord::StringMap & | GetNetRecordsByName () const |
|
const PackageRecord::Vector & | GetPackageRecords () const |
|
const PackageRecord::StringMap & | GetPackageRecordsByName () const |
|
const FeatureGroupRecord::Vector & | GetFeatureGroupRecords () const |
|
const PropertyRecord::Vector & | GetPropertyRecords () const |
|
std::unique_ptr< Odb::Lib::Protobuf::EdaDataFile > | to_protobuf () const override |
|
void | from_protobuf (const Odb::Lib::Protobuf::EdaDataFile &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 20 of file EdaDataFile.h.