Functions | |
const std::string | GetDlError () |
It returns a human readable string describing the most recent error that occurred from dlopen(), dlsym() or dlclose() since the last call to dlerror(). | |
const std::string te::common::lx::GetDlError | ( | ) |
It returns a human readable string describing the most recent error that occurred from dlopen(), dlsym() or dlclose() since the last call to dlerror().
It returns an empty string if no errors have occurred.