STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ... ATLSTL - Template Software for the Active Template Library COMSTL - The Standard Template Library meets the Component Object Model .netSTL - Standard Template Library meets the Microsoft.NET Common Language Runtime InetSTL - The Standard Template Library meets WinInet MFCSTL - Template Software for the Microsoft Foundation Classes UNIXSTL - Template Software for the UNIX Operating System WinSTL - where the Standard Template Library meets the Win32 API

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Automation Library
[COMSTLSTLSoft Libraries]

This library provides facilities for manipulating OLE Automation types. More...

Compounds

class  safearray_sequence
 Provides an STL-iterable view over a COM SAFEARRAY. More...

class  variant_type_exception
 The exception type thrown by safearray_sequence on variant type mismatches. More...


Functions

const_iterator begin () const
 Begins the iteration.

const_iterator end () const
 Ends the iteration.

const_reverse_iterator rbegin () const
 Begins the reverse iteration.

const_reverse_iterator rend () const
 Ends the reverse iteration.

iterator begin ()
 Begins the iteration.

iterator end ()
 Ends the iteration.

reverse_iterator rbegin ()
 Begins the reverse iteration.

reverse_iterator rend ()
 Ends the reverse iteration.

size_type size () const
 The number of elements in the array.

bool empty () const
 Indicates whether the array is empty.


Detailed Description

This library provides facilities for manipulating OLE Automation types.


Function Documentation

safearray_sequence< T >::iterator begin   [inline, inherited]
 

Begins the iteration.

Returns:
An iterator representing the start of the sequence

safearray_sequence< T >::const_iterator begin   [inline, inherited]
 

Begins the iteration.

Returns:
An iterator representing the start of the sequence

bool empty   [inline, inherited]
 

Indicates whether the array is empty.

safearray_sequence< T >::iterator end   [inline, inherited]
 

Ends the iteration.

Returns:
An iterator representing the end of the sequence

safearray_sequence< T >::const_iterator end   [inline, inherited]
 

Ends the iteration.

Returns:
An iterator representing the end of the sequence

safearray_sequence< T >::reverse_iterator rbegin   [inline, inherited]
 

Begins the reverse iteration.

Returns:
An iterator representing the start of the reverse sequence

safearray_sequence< T >::const_reverse_iterator rbegin   [inline, inherited]
 

Begins the reverse iteration.

Returns:
An iterator representing the start of the reverse sequence

safearray_sequence< T >::reverse_iterator rend   [inline, inherited]
 

Ends the reverse iteration.

Returns:
An iterator representing the end of the reverse sequence

safearray_sequence< T >::const_reverse_iterator rend   [inline, inherited]
 

Ends the reverse iteration.

Returns:
An iterator representing the end of the reverse sequence

safearray_sequence< T >::size_type size   [inline, inherited]
 

The number of elements in the array.


STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004