MCPcopy Create free account
hub / github.com/FlightGear/flightgear / unload

Method unload

3rdparty/cppunit/src/cppunit/PlugInManager.cpp:46–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45
46void
47PlugInManager::unload( const std::string &libraryFileName )
48{
49 for ( PlugIns::iterator it = m_plugIns.begin(); it != m_plugIns.end(); ++it )
50 {
51 if ( (*it).m_fileName == libraryFileName )
52 {
53 unload( *it );
54 m_plugIns.erase( it );
55 break;
56 }
57 }
58}
59
60
61void

Callers

nothing calls this directly

Calls 4

getRegistryFunction · 0.85
uninitializeMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected