7 #ifndef RETDEC_FILEFORMAT_TYPES_PDB_INFO_PDB_INFO_H
8 #define RETDEC_FILEFORMAT_TYPES_PDB_INFO_PDB_INFO_H
32 std::size_t
getAge()
const;
38 void setType(std::string sType);
39 void setPath(std::string sPath);
40 void setGuid(std::string sGuid);
41 void setAge(std::size_t sAge);
47 void dump(std::string &dumpInfo)
const;
Definition: archive_wrapper.h:19