LibreOffice Module cppuhelper (master) 1
|
Context entries init struct calling createComponentContext(). More...
#include <component_context.hxx>
Public Member Functions | |
ContextEntry_Init () | |
Default ctor. More... | |
ContextEntry_Init (::rtl::OUString const &name_, css::uno::Any const &value_, bool bLateInitService_=false) | |
Ctor. More... | |
Public Attributes | |
bool | bLateInitService |
late init denotes an object that will be raised when first get() is calling for it More... | |
::rtl::OUString | name |
name of context value More... | |
css::uno::Any | value |
context value More... | |
Context entries init struct calling createComponentContext().
Definition at line 39 of file component_context.hxx.
|
inline |
Default ctor.
Definition at line 57 of file component_context.hxx.
|
inline |
bool cppu::ContextEntry_Init::bLateInitService |
late init denotes an object that will be raised when first get() is calling for it
The context implementation expects either a css::lang::XSingleComponentFactory object as value (to instantiate the object) or a string as value for raising a service via the used service manager.
Definition at line 47 of file component_context.hxx.
Referenced by cppu::createComponentContext().
::rtl::OUString cppu::ContextEntry_Init::name |
name of context value
Definition at line 50 of file component_context.hxx.
Referenced by cppu::createComponentContext().
css::uno::Any cppu::ContextEntry_Init::value |
context value
Definition at line 53 of file component_context.hxx.
Referenced by cppu::createComponentContext().