|
#include <reclstl_search_sequence.h>
State | |
size_type | size () const |
Returns the number of items in the sequence. | |
recls_bool_t | empty () const |
Indicates whether the sequence is empty. | |
size_type | max_size () |
Returns the maximum number of items in the sequence. | |
Public Types | |
Types | |
typedef C | char_type |
The character type. | |
typedef T | traits_type |
The traits type. | |
typedef basic_search_sequence< C, T > | class_type |
The current parameterisation of the type. | |
typedef basic_search_sequence_value_type< C, T > | value_type |
The value type. | |
typedef basic_search_sequence_const_iterator< C, T, value_type > | const_iterator |
The non-mutating (const) iterator type supporting the Input Iterator concept. | |
typedef value_type & | reference |
The reference type. | |
typedef value_type const & | const_reference |
The non-mutable (const) reference type. | |
typedef ss_typename_type_k traits_type::entry_type | entry_type |
The find-data type. | |
typedef size_t | size_type |
The size type. | |
Public Methods | |
Construction | |
basic_search_sequence (char_type const *searchSpec, recls_uint32_t flags) | |
Commence a search according to the given search pattern and flags. | |
basic_search_sequence (char_type const *directory, char_type const *searchSpec, recls_uint32_t flags) | |
Commence a search according to the given search pattern and flags, relative to directory . | |
Iteration | |
const_iterator | begin () const |
Begins the iteration. | |
const_iterator | end () const |
Ends the iteration. |
C | The character type |
T | The traits type. On translators that support default template arguments this defaults to reclstl_traits<C> |
|
The character type.
|
|
The current parameterisation of the type.
|
|
The non-mutating (const) iterator type supporting the Input Iterator concept.
|
|
The non-mutable (const) reference type.
|
|
The find-data type.
|
|
The reference type.
|
|
The size type.
|
|
The traits type.
|
|
The value type.
|
|
Commence a search according to the given search pattern and flags.
|
|
Commence a search according to the given search pattern and flags, relative to
|
|
Begins the iteration.
|
|
Indicates whether the sequence is empty.
|
|
Ends the iteration.
|
|
Returns the maximum number of items in the sequence.
|
|
Returns the number of items in the sequence.
|
|
recls Library documentation © Synesis Software Pty Ltd, 2001-2003 |