UDK 3.2.7 C/C++ API Reference
Public Member Functions | Public Attributes
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