--------------------------------------------- PackageWriter::FileEntryInfo::FileEntryInfo File entry info constructor that assigns all members
| 21 | // File entry info constructor that assigns all members |
| 22 | // |
| 23 | PackageWriter::FileEntryInfo::FileEntryInfo(core::PkgEntry const& lEntry, core::File* const lFile, std::string const& lRelName) |
| 24 | : entry(lEntry) |
| 25 | , file(lFile) |
| 26 | , relName(lRelName) |
| 27 | { } |
| 28 | |
| 29 | |
| 30 | //====================== |
nothing calls this directly
no outgoing calls
no test coverage detected