![]() |
Home | Libraries | People | FAQ | More |
boost::dll::symbol_location
// In header: <boost/dll/runtime_symbol_info.hpp> template<typename T> ( symbol, ec);
On success returns full path and name of the binary object that holds symbol.
Examples:
Parameters: |
|
||||
Template Parameters: |
|
||||
Returns: |
Path to the binary object that holds symbol or empty path in case error. |
||||
Throws: |
std::bad_alloc in case of insufficient memory. Overload that does not accept boost::dll::fs::error_code also throws boost::dll::fs::system_error. |