LibreOffice Module dbaccess (master) 1
Public Member Functions | Public Attributes | List of all members
dbaccess::AsciiPropertyValue Struct Reference

#include <ModelImpl.hxx>

Collaboration diagram for dbaccess::AsciiPropertyValue:
[legend]

Public Member Functions

 AsciiPropertyValue ()
 
 AsciiPropertyValue (const char *_pAsciiName, const css::uno::Any &_rDefaultValue)
 
 AsciiPropertyValue (const char *_pAsciiName, const css::uno::Type &_rValeType)
 

Public Attributes

css::uno::Any DefaultValue
 
const char * AsciiName
 
const css::uno::Type & ValueType
 

Detailed Description

Definition at line 54 of file ModelImpl.hxx.

Constructor & Destructor Documentation

◆ AsciiPropertyValue() [1/3]

dbaccess::AsciiPropertyValue::AsciiPropertyValue ( )
inline

Definition at line 63 of file ModelImpl.hxx.

References get().

◆ AsciiPropertyValue() [2/3]

dbaccess::AsciiPropertyValue::AsciiPropertyValue ( const char *  _pAsciiName,
const css::uno::Any &  _rDefaultValue 
)
inline

Definition at line 70 of file ModelImpl.hxx.

◆ AsciiPropertyValue() [3/3]

dbaccess::AsciiPropertyValue::AsciiPropertyValue ( const char *  _pAsciiName,
const css::uno::Type &  _rValeType 
)
inline

Definition at line 78 of file ModelImpl.hxx.

Member Data Documentation

◆ AsciiName

const char* dbaccess::AsciiPropertyValue::AsciiName

Definition at line 60 of file ModelImpl.hxx.

Referenced by dbaccess::ODatabaseModelImpl::impl_construct_nothrow().

◆ DefaultValue

css::uno::Any dbaccess::AsciiPropertyValue::DefaultValue

Definition at line 59 of file ModelImpl.hxx.

Referenced by dbaccess::ODatabaseModelImpl::impl_construct_nothrow().

◆ ValueType

const css::uno::Type& dbaccess::AsciiPropertyValue::ValueType

Definition at line 61 of file ModelImpl.hxx.

Referenced by dbaccess::ODatabaseModelImpl::impl_construct_nothrow().


The documentation for this struct was generated from the following file: