An object representing the main executable or a shared library. More...
#include <libcwd/debug.h>
Public Member Functions | |
char const * | filepath (void) const |
The full path name of the loaded executable or shared library. | |
char const * | filename (void) const |
The file name of the loaded executable or shared library (with path stripped off). |
An object representing the main executable or a shared library.
This class contains the full path (file name) of an object file. As a member of class bfile_ct, defined in namespace cwbfd, it is the only data exposed to the user, of that class.