Plugin::Loader struct reference
[Base module]


 
 

 
 


 
 

 
 


 
 
 

 
 

Plugin::Loader

Declaration  

This struct is for internal use only.

#include <QtLua/qtluaplugin.hh>

namespace QtLua {
class Plugin {
struct Loader;
};
};

This struct is a member of the Plugin class.

This struct is declared in QtLua/qtluaplugin.hh source file, line 128.

This member access is private.

Description  

Ref counted plugin loader object

Members  

Inherited members  

Types  

Functions  

Members detail  

Loader(const String &filename)  

This constructor is declared in QtLua/qtluaplugin.hh source file, line 130.

~Loader()  

This destructor is declared in QtLua/qtluaplugin.hh source file, line 131.

typedef Ref<const Plugin::Loader, Plugin::Loader> const_ptr  

This typedef is declared in QTLUA_REFTYPE function like macro expansion, line 3 in QtLua/qtluaplugin.hh source file, line 129.

Shortcut for Ref smart pointer class to Loader type provided for convenience

typedef Ref<Plugin::Loader, Plugin::Loader> ptr  

This typedef is declared in QTLUA_REFTYPE function like macro expansion, line 5 in QtLua/qtluaplugin.hh source file, line 129.

Shortcut for Ref smart pointer class to Loader type provided for convenience

Valid XHTML 1.0 StrictGenerated by diaxen on Sat Mar 30 16:23:03 2013 using MkDoc