Searched defs:Library (Results 1 – 3 of 3) sorted by relevance
49 struct Library { struct50 HMODULE module;52 Library(HMODULE theModule): module(theModule) {} in Library() argument54 ~Library() { if (module) FreeLibrary(module); } in ~Library()
29 …class Library : public IsCleanable, public HasDependencies, public IsLinking, public DeliversHeade… target
70 const Simstr & Library() const { return sImplementingLibrary; } in Library() function in ServiceInfo
Completed in 27 milliseconds