cppu::ContextEntry_Init Struct Reference

Context entries init struct calling createComponentContext(). More...

#include <component_context.hxx>

List of all members.

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

Detailed Description

Context entries init struct calling createComponentContext().


Constructor & Destructor Documentation

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.

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)

Member Data Documentation

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


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 15 Oct 2014 by  doxygen 1.6.1