Function class_loader::impl::setCurrentlyLoadingLibraryName
- Defined in File class_loader_core.hpp 
Function Documentation
- 
void class_loader::impl::setCurrentlyLoadingLibraryName(const std::string &library_name)
- When a library is being loaded, in order for factories to know which library they are being associated with, this function is called to set the name of the library currently being loaded. - Parameters:
- library_name – - The name of library that is being loaded currently