retdec
|
A representation of C header file. More...
#include <header_file.h>
Public Member Functions | |
HeaderFile ()=default | |
HeaderFile (const std::string &path) | |
Constructs a new representation for header file. More... | |
std::string | getPath () const |
Returns path to the header file. More... | |
std::string | getName () const |
Returns header file name. More... | |
Private Attributes | |
std::string | path |
Path to header file. More... | |
A representation of C header file.
|
default |
|
explicit |
Constructs a new representation for header file.
std::string retdec::ctypes::HeaderFile::getName | ( | ) | const |
Returns header file name.
std::string retdec::ctypes::HeaderFile::getPath | ( | ) | const |
Returns path to the header file.
|
private |
Path to header file.