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  

basic_findvolume_sequence Class Template Reference
[File-System Library (WinSTL)]

Presents an STL-like sequence interface over the volumes on a system. More...

#include <winstl_findvolume_sequence.h>

List of all members.

Public Types

typedef C char_type
 The character type.

typedef T traits_type
 The traits type.

typedef basic_findvolume_sequence<
C, T > 
class_type
 The current parameterisation of the type.

typedef basic_findvolume_sequence_value_type<
C, T > 
value_type
 The value type.

typedef basic_findvolume_sequence_const_iterator<
C, T, value_type
const_iterator
 The non-mutating (const) iterator type.

typedef value_typereference
 The reference type.

typedef const value_typeconst_reference
 The non-mutable (const) reference type.


Public Methods

const_iterator begin () const
 Begins the iteration.

const_iterator end () const
 Ends the iteration.

ws_bool_t empty () const
 Evalulates whether the sequence is empty.


Detailed Description

template<typename C, typename T = filesystem_traits<C>>
class winstl::basic_findvolume_sequence< C, T >

Presents an STL-like sequence interface over the volumes on a system.

Note:
This class functions only on Windows 2000 and later
Parameters:
C  The character type
T  The traits type. On translators that support default template arguments this defaults to filesystem_traits<C>


Member Typedef Documentation

typedef C char_type
 

The character type.

typedef basic_findvolume_sequence<C, T> class_type
 

The current parameterisation of the type.

typedef basic_findvolume_sequence_const_iterator<C, T, value_type> const_iterator
 

The non-mutating (const) iterator type.

typedef const value_type& const_reference
 

The non-mutable (const) reference type.

typedef value_type& reference
 

The reference type.

typedef T traits_type
 

The traits type.

typedef basic_findvolume_sequence_value_type<C, T> value_type
 

The value type.


Member Function Documentation

const_iterator begin  
 

Begins the iteration.

Returns:
An iterator representing the start of the sequence

ws_bool_t empty  
 

Evalulates whether the sequence is empty.

const_iterator end  
 

Ends the iteration.

Returns:
An iterator representing the end of the sequence


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

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