|
typedef std::map< std::string, std::shared_ptr< LayerDirectory > > | StringMap |
|
|
| LayerDirectory (std::filesystem::path path) |
|
std::string | GetName () const |
|
std::filesystem::path | GetPath () const |
|
bool | Parse () |
|
bool | Save (const std::filesystem::path &directory) override |
|
bool | ParseComponentsFile (std::filesystem::path directory) |
|
bool | ParseFeaturesFile (std::filesystem::path directory) |
|
bool | ParseAttrListFile (std::filesystem::path directory) |
|
const ComponentsFile & | GetComponentsFile () const |
|
const FeaturesFile & | GetFeaturesFile () const |
|
const AttrListFile & | GetAttrListFile () const |
|
std::unique_ptr< Odb::Lib::Protobuf::LayerDirectory > | to_protobuf () const override |
|
void | from_protobuf (const Odb::Lib::Protobuf::LayerDirectory &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 LayerDirectory.h.
The documentation for this class was generated from the following files: