Function class_loader::impl::isLibraryLoadedByAnybody

Function Documentation

bool class_loader::impl::isLibraryLoadedByAnybody(const std::string &library_path)

Indicates if passed library has been loaded by ANY ClassLoader.

Parameters:

library_path – - The name of the library we wish to check is open

Returns:

true if the library is loaded in memory, otherwise false