|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <stlsoft_searchspec_sequence.h>
Public Types | |
| typedef S | find_sequence_type |
| The underlying find sequence type. | |
| typedef searchspec_sequence< S > | class_type |
| The current parameterisation of the type. | |
| typedef find_sequence_type::char_type | char_type |
| The character type. | |
| typedef find_sequence_type::value_type | value_type |
| The value type. | |
| typedef find_sequence_type::size_type | size_type |
| The size type. | |
| typedef find_sequence_type::const_reference | const_reference |
| The non-mutable (const) reference type. | |
Public Methods | |
| searchspec_sequence (char_type const *searchSpec, char_type delimiter) | |
| Creates a search sequence for the given search specification and delimiter. | |
| searchspec_sequence (char_type const *searchSpec, char_type delimiter, ss_int_t flags) | |
| Creates a search sequence for the given search specification, delimiter and flags. | |
| searchspec_sequence (char_type const *rootDir, char_type const *searchSpec, char_type delimiter) | |
| Creates a search sequence for the given root directory, search specification and delimiter. | |
| searchspec_sequence (char_type const *rootDir, char_type const *searchSpec, char_type delimiter, ss_int_t flags) | |
| Creates a search sequence for the given root directory, search specification, delimiter and flags. | |
| const_iterator | begin () const |
| Begins the iteration. | |
| const_iterator | end () const |
| Ends the iteration. | |
| ss_bool_t | empty () const |
| Indicates whether the sequence is empty. | |
|
|
The character type.
|
|
|
The current parameterisation of the type.
|
|
|
The non-mutable (const) reference type.
|
|
|
The underlying find sequence type.
|
|
|
The size type.
|
|
|
The value type.
|
|
||||||||||||
|
Creates a search sequence for the given search specification and delimiter.
|
|
||||||||||||||||
|
Creates a search sequence for the given search specification, delimiter and flags.
|
|
||||||||||||||||
|
Creates a search sequence for the given root directory, search specification and delimiter.
|
|
||||||||||||||||||||
|
Creates a search sequence for the given root directory, search specification, delimiter and flags.
|
|
|
Begins the iteration.
|
|
|
Indicates whether the sequence is empty.
|
|
|
Ends the iteration.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |