| 72 | Base::Type type; |
| 73 | }; |
| 74 | struct Metadata |
| 75 | { |
| 76 | std::string comment; |
| 77 | std::string company; |
| 78 | std::string createdBy; |
| 79 | std::string creationDate; |
| 80 | std::string label; |
| 81 | std::string lastModifiedBy; |
| 82 | std::string lastModifiedDate; |
| 83 | std::string license; |
| 84 | std::string licenseURL; |
| 85 | std::string programVersion; |
| 86 | std::string uuid; |
| 87 | }; |
| 88 | /** |
| 89 | * Default constructor |
| 90 | */ |
no outgoing calls
no test coverage detected