te::common::lx Namespace Reference

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(). More...
 

Function Documentation

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.

Returns
The most recent error that occurred from shared library handling.