UDK 3.2.7 C/C++ API Reference
|
Context entries init struct calling createComponentContext(). More...
#include <component_context.hxx>
Public Member Functions | |
ContextEntry_Init () throw () | |
Default ctor. | |
ContextEntry_Init (::rtl::OUString const &name_,::com::sun::star::uno::Any const &value_, bool bLateInitService_=false) throw () | |
Ctor. | |
Public Attributes | |
bool | bLateInitService |
late init denotes a object that will be raised when first get() is calling for it | |
::rtl::OUString | name |
name of context value | |
::com::sun::star::uno::Any | value |
context value |
Context entries init struct calling createComponentContext().
cppu::ContextEntry_Init::ContextEntry_Init | ( | ) | throw () [inline] |
Default ctor.
cppu::ContextEntry_Init::ContextEntry_Init | ( | ::rtl::OUString const & | name_, |
::com::sun::star::uno::Any const & | value_, | ||
bool | bLateInitService_ = false |
||
) | throw () [inline] |
Ctor.
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) |
late init denotes a object that will be raised when first get() is calling for it
The context implementation expects either a ::com::sun::star::lang::XSingleComponentFactory object as value (to instanciate the object) or a string as value for raising a service via the used service manager.
name of context value
context value