Function class_loader::impl::isLibraryLoaded

Function Documentation

bool class_loader::impl::isLibraryLoaded(const std::string &library_path, const ClassLoader *loader)

Indicates if passed library loaded within scope of a ClassLoader. The library maybe loaded in memory, but to the class loader it may not be.

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

  • loader – - The pointer to the ClassLoader whose scope we are within

Returns:

true if the library is loaded within loader’s scope, else false