retdec
|
#include <pdb_info.h>
Public Member Functions | |
Getters | |
std::string | getType () const |
std::string | getPath () const |
std::string | getGuid () const |
std::size_t | getAge () const |
std::size_t | getTimeStamp () const |
Setters | |
void | setType (std::string sType) |
void | setPath (std::string sPath) |
void | setGuid (std::string sGuid) |
void | setAge (std::size_t sAge) |
void | setTimeStamp (std::size_t sTimeStamp) |
Other methods | |
void | dump (std::string &dumpInfo) const |
Private Attributes | |
std::string | type |
type of PDB file More... | |
std::string | path |
original path to PDB debug file More... | |
std::string | guid |
GUID of PDB file. More... | |
std::size_t | age = 0 |
age of PDB file More... | |
std::size_t | timeStamp = 0 |
time and date that PDB file was created More... | |
Information about PDB file
void retdec::fileformat::PdbInfo::dump | ( | std::string & | dumpInfo | ) | const |
Dump information about PDB file
dumpInfo | Into this parameter is stored dump of information about PDB file in an LLVM style |
std::size_t retdec::fileformat::PdbInfo::getAge | ( | ) | const |
Get age of PDB file
std::string retdec::fileformat::PdbInfo::getGuid | ( | ) | const |
Get GUID of PDB file
std::string retdec::fileformat::PdbInfo::getPath | ( | ) | const |
Get path to PDB file
std::size_t retdec::fileformat::PdbInfo::getTimeStamp | ( | ) | const |
Get timestamp of PDB file
std::string retdec::fileformat::PdbInfo::getType | ( | ) | const |
Get type of PDB file
void retdec::fileformat::PdbInfo::setAge | ( | std::size_t | sAge | ) |
Set age of PDB file
sAge | Age of PDB file |
void retdec::fileformat::PdbInfo::setGuid | ( | std::string | sGuid | ) |
Set GUID of PDB file
sGuid | GUID of PDB file |
void retdec::fileformat::PdbInfo::setPath | ( | std::string | sPath | ) |
Set path to PDB file
sPath | Path to PDB file |
void retdec::fileformat::PdbInfo::setTimeStamp | ( | std::size_t | sTimeStamp | ) |
Set timestamp of PDB file
sTimeStamp | Timestamp of PDB file |
void retdec::fileformat::PdbInfo::setType | ( | std::string | sType | ) |
Set type of PDB file
sType | Type of PDB file |
|
private |
age of PDB file
|
private |
GUID of PDB file.
|
private |
original path to PDB debug file
|
private |
time and date that PDB file was created
|
private |
type of PDB file