Code::Blocks  SVN r11506
Public Member Functions | Public Attributes | List of all members
LibLoader::RefCountedLib Struct Reference
Collaboration diagram for LibLoader::RefCountedLib:

Public Member Functions

 RefCountedLib ()
 

Public Attributes

wxDynamicLibrarylib
 
int ref
 

Detailed Description

Definition at line 94 of file pluginmanager.cpp.

Constructor & Destructor Documentation

◆ RefCountedLib()

LibLoader::RefCountedLib::RefCountedLib ( )
inline

Definition at line 96 of file pluginmanager.cpp.

Referenced by LibLoader::LoadLibrary().

Member Data Documentation

◆ lib

wxDynamicLibrary* LibLoader::RefCountedLib::lib

Definition at line 97 of file pluginmanager.cpp.

Referenced by LibLoader::Cleanup(), and LibLoader::RemoveLibrary().

◆ ref

int LibLoader::RefCountedLib::ref

Definition at line 98 of file pluginmanager.cpp.

Referenced by LibLoader::RemoveLibrary().


The documentation for this struct was generated from the following file: