LibreOffice Module cppuhelper (master) 1
Classes | Namespaces | Typedefs
servicemanager.hxx File Reference
#include <sal/config.h>
#include <cassert>
#include <functional>
#include <memory>
#include <mutex>
#include <string_view>
#include <unordered_map>
#include <utility>
#include <vector>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <com/sun/star/container/XContentEnumerationAccess.hpp>
#include <com/sun/star/container/XSet.hpp>
#include <com/sun/star/lang/XEventListener.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/lang/XMultiComponentFactory.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/Reference.hxx>
#include <compbase2.hxx>
#include <rtl/ustring.hxx>
Include dependency graph for servicemanager.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cppuhelper::ServiceManager
 
struct  cppuhelper::ServiceManager::Data
 
struct  cppuhelper::ServiceManager::Data::Implementation
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::lang
 
namespace  cppu
 
namespace  com
 
namespace  com ::sun
 
namespace  com ::sun ::star
 
namespace  com ::sun ::star ::lang
 
namespace  com ::sun ::star ::uno
 
namespace  cppuhelper
 This is a straight copy of the include/comphelper/compbase.hxx file, copied here because it is nigh impossible to move shared code down into the URE layer.
 

Typedefs

typedef css::uno::XInterface * cppuhelper::ImplementationConstructorFn(css::uno::XComponentContext *, css::uno::Sequence< css::uno::Any > const &)
 
typedef std::function< css::uno::XInterface *(css::uno::XComponentContext *, css::uno::Sequence< css::uno::Any > const &)> cppuhelper::WrapperConstructorFn
 
typedef WeakComponentImplHelper2< css::lang::XServiceInfo, css::lang::XMultiServiceFactory, css::lang::XMultiComponentFactory, css::container::XSet, css::container::XContentEnumerationAccess, css::beans::XPropertySet, css::beans::XPropertySetInfo, css::lang::XEventListener, css::lang::XInitialization > cppuhelper::ServiceManagerBase