|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <winstl_searchpath_sequence.h>
Public Types | |
| typedef C | char_type |
| The character type. | |
| typedef T | traits_type |
| The traits type. | |
| typedef basic_searchpath_sequence< C, T > | class_type |
| The current parameterisation of the type. | |
| typedef char_type const * | value_type |
| The value type. | |
| typedef value_type * | pointer |
| The pointer type. | |
| typedef const value_type * | const_pointer |
| The non-mutable (const) pointer type. | |
| typedef value_type & | reference |
| The reference type. | |
| typedef const value_type & | const_reference |
| The non-mutable (const) reference type. | |
| typedef ws_size_t | size_type |
| The size type. | |
| typedef ws_ptrdiff_t | difference_type |
| The difference type. | |
| typedef ::stlsoft::pointer_iterator< value_type, const_pointer, const_reference >::iterator_type | const_iterator |
| The non-mutating (const) iterator type. | |
| typedef ::stlsoft::const_reverse_iterator_base< const_iterator, value_type, const_reference, const_pointer, difference_type > | const_reverse_iterator |
| The non-mutating (const) reverse iterator type. | |
Public Methods | |
| basic_searchpath_sequence () | |
| Determines the search path sequence for the calling process. | |
| basic_searchpath_sequence (ws_bool_t bIncludeApplicationDirectory, ws_bool_t bIncludeCurrentDirectory, ws_bool_t bApplicationDirectoryFirst=true) | |
| Determines the search path sequence for the calling process. | |
| ~basic_searchpath_sequence () winstl_throw_0() | |
| Releases any resources. | |
| 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. | |
| size_type | size () const |
| Returns the number of items in the sequence. | |
| ws_bool_t | empty () const |
| Indicates whether the sequence is empty. | |
| value_type | operator[] (size_type index) const |
| Returns the item at the given index. | |
Static Public Methods | |
| size_type | max_size () |
| Returns the maximum number of items in the sequence. | |
| C | The character type |
| T | The traits type. On translators that support default template arguments this defaults to filesystem_traits<C> |
|
|
The character type.
|
|
|
The current parameterisation of the type.
|
|
|
The non-mutating (const) iterator type.
|
|
|
The non-mutable (const) pointer type.
|
|
|
The non-mutable (const) reference type.
|
|
|
The non-mutating (const) reverse iterator type.
|
|
|
The difference type.
|
|
|
The pointer type.
|
|
|
The reference type.
|
|
|
The size type.
|
|
|
The traits type.
|
|
|
The value type.
|
|
|
Determines the search path sequence for the calling process.
|
|
||||||||||||||||
|
Determines the search path sequence for the calling process.
|
|
|
Releases any resources.
|
|
|
Begins the iteration.
|
|
|
Indicates whether the sequence is empty.
|
|
|
Ends the iteration.
|
|
|
Returns the maximum number of items in the sequence.
|
|
|
Returns the item at the given index.
|
|
|
Begins the reverse iteration.
|
|
|
Ends the reverse iteration.
|
|
|
Returns the number of items in the sequence.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |