LibreOffice Module extensions (master) 1
Public Types | Public Member Functions | Private Types | List of all members
pcr::StlSyntaxSequence< ELEMENT > Class Template Reference

#include <pcrcommon.hxx>

Inheritance diagram for pcr::StlSyntaxSequence< ELEMENT >:
[legend]
Collaboration diagram for pcr::StlSyntaxSequence< ELEMENT >:
[legend]

Public Types

typedef const ELEMENT * const_iterator
 
typedef ELEMENT * iterator
 

Public Member Functions

 StlSyntaxSequence ()
 
 StlSyntaxSequence (const UnoBase &rSeq)
 
 StlSyntaxSequence (sal_Int32 len)
 
const_iterator begin () const
 
const_iterator end () const
 
iterator begin ()
 
iterator end ()
 
sal_Int32 size () const
 
bool empty () const
 

Private Types

typedef css::uno::Sequence< ELEMENT > UnoBase
 

Detailed Description

template<class ELEMENT>
class pcr::StlSyntaxSequence< ELEMENT >

Definition at line 74 of file pcrcommon.hxx.

Member Typedef Documentation

◆ const_iterator

template<class ELEMENT >
typedef const ELEMENT* pcr::StlSyntaxSequence< ELEMENT >::const_iterator

Definition at line 84 of file pcrcommon.hxx.

◆ iterator

template<class ELEMENT >
typedef ELEMENT* pcr::StlSyntaxSequence< ELEMENT >::iterator

Definition at line 85 of file pcrcommon.hxx.

◆ UnoBase

template<class ELEMENT >
typedef css::uno::Sequence< ELEMENT > pcr::StlSyntaxSequence< ELEMENT >::UnoBase
private

Definition at line 77 of file pcrcommon.hxx.

Constructor & Destructor Documentation

◆ StlSyntaxSequence() [1/3]

template<class ELEMENT >
pcr::StlSyntaxSequence< ELEMENT >::StlSyntaxSequence ( )
inline

Definition at line 80 of file pcrcommon.hxx.

◆ StlSyntaxSequence() [2/3]

template<class ELEMENT >
pcr::StlSyntaxSequence< ELEMENT >::StlSyntaxSequence ( const UnoBase rSeq)
inlineexplicit

Definition at line 81 of file pcrcommon.hxx.

◆ StlSyntaxSequence() [3/3]

template<class ELEMENT >
pcr::StlSyntaxSequence< ELEMENT >::StlSyntaxSequence ( sal_Int32  len)
inlineexplicit

Definition at line 82 of file pcrcommon.hxx.

Member Function Documentation

◆ begin() [1/2]

template<class ELEMENT >
iterator pcr::StlSyntaxSequence< ELEMENT >::begin ( )
inline

Definition at line 90 of file pcrcommon.hxx.

◆ begin() [2/2]

template<class ELEMENT >
const_iterator pcr::StlSyntaxSequence< ELEMENT >::begin ( ) const
inline

Definition at line 87 of file pcrcommon.hxx.

◆ empty()

template<class ELEMENT >
bool pcr::StlSyntaxSequence< ELEMENT >::empty ( ) const
inline

◆ end() [1/2]

template<class ELEMENT >
iterator pcr::StlSyntaxSequence< ELEMENT >::end ( )
inline

Definition at line 91 of file pcrcommon.hxx.

◆ end() [2/2]

template<class ELEMENT >
const_iterator pcr::StlSyntaxSequence< ELEMENT >::end ( ) const
inline

Definition at line 88 of file pcrcommon.hxx.

Referenced by pcr::PropertyHandler::impl_getPropertyFromName_throw().

◆ size()

template<class ELEMENT >
sal_Int32 pcr::StlSyntaxSequence< ELEMENT >::size ( ) const
inline

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