Context entries init struct calling createComponentContext().
More...
#include <component_context.hxx>
Context entries init struct calling createComponentContext().
◆ ContextEntry_Init() [1/2]
cppu::ContextEntry_Init::ContextEntry_Init |
( |
| ) |
|
|
inline |
◆ ContextEntry_Init() [2/2]
Ctor.
- Parameters
-
name_ | name of entry |
value_ | value of entry |
bLateInitService_ | whether this entry is a late-init named object entry (value is object factory or service string) |
◆ bLateInitService
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.
◆ name
◆ value
The documentation for this struct was generated from the following file: