Function class_loader::impl::getAllLibrariesUsedByClassLoader
- Defined in File class_loader_core.hpp 
Function Documentation
- 
std::vector<std::string> class_loader::impl::getAllLibrariesUsedByClassLoader(const ClassLoader *loader)
- This function returns the names of all libraries in use by a given class loader. - Parameters:
- loader – - The ClassLoader whose scope we are within 
- Returns:
- A vector of strings where each string is the path+name of each library that are within a ClassLoader’s visible scope