Overview | Namespace | Class | Index | Help |
PUBLIC MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
PROTECTED MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
template< typename API >
virtual | abstract | interface | template |
NO | NO | NO | YES |
Methods |
|
ODynamicLoader( ) throw( ); |
Default constructor |
ODynamicLoader( const ::rtl::OUString & strModuleName, const ::rtl::OUString & strInitFunction ) throw( ); |
Constructor, loads the library if necessary otherwise the refernece count will be increased. |
ODynamicLoader( const ODynamicLoader< API > & toCopy ) throw( ); |
Copy constructor |
~ODynamicLoader( ) throw( ); |
Destructor, decrease the reference count and unload the library if it is tha last instance. |
ODynamicLoader< API > & operator=( const ODynamicLoader< API > & toAssign ) throw( ); |
Assign operator |
API * getApi( ) const throw( ); |
returns a poiner to the initialized API function structure. |
API * operator->( ) const throw( ); |
cast operator, which cast to a poiner with the initialized API function structure. |
sal_Bool isLoaded( ) const throw( ); |
checks if the loader works on a loaded and initialized library. |
Data |
|
ORealDynamicLoader * m_pLoader; |
Static Data |
|
ORealDynamicLoader * m_pStaticLoader; | stores the real loader helper instance |
Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.