|
|
|
|
|
|
|
|
|||||
#include <reclstl_search_sequence.h>
Construction | |
| basic_search_sequence_value_type () | |
| Default constructor. | |
| ~basic_search_sequence_value_type () | |
| Destructor. | |
| class_type & | operator= (class_type const &rhs) |
| Copy assignment operator. | |
Public Types | |
Types | |
| typedef C | char_type |
| The character type. | |
| typedef T | traits_type |
| The traits type. | |
| typedef basic_search_sequence_value_type< C, T > | class_type |
| The current parameterisation of the type. | |
| typedef ss_typename_type_k traits_type::entry_type | entry_type |
| The find-data type. | |
| typedef ss_typename_type_k traits_type::directory_parts_type | directory_parts_type |
| The directory parts sequence type. | |
Public Methods | |
Attributes | |
| string_t | get_path () const |
| Returns the full path of the item. | |
| string_t | get_directory () const |
| Returns the directory of the item. | |
| string_t | get_directory_path () const |
| Returns the directory (+ drive) of the item. | |
| directory_parts_type | get_directory_parts () const |
| Returns a sequence of directory parts of the item. | |
| string_t | get_file () const |
| Returns the file (file name + extension) of the item. | |
| string_t | get_short_file () const |
| Returns the short form of the filename of the item. | |
| string_t | get_filename () const |
| Returns the filename of the item. | |
| string_t | get_fileext () const |
| Returns the file extension of the item. | |
| char_type const * | c_str () const |
| A C-string to the full path. | |
| entry_type const & | get_entry () const |
| Returns a non-mutating reference to find-data. | |
|
|
The character type.
|
|
|
The current parameterisation of the type.
|
|
|
The directory parts sequence type.
|
|
|
The find-data type.
|
|
|
The traits type.
|
|
|
Default constructor.
|
|
|
Destructor.
|
|
|
A C-string to the full path.
|
|
|
Returns the directory of the item.
|
|
|
Returns a sequence of directory parts of the item.
|
|
|
Returns the directory (+ drive) of the item.
|
|
|
Returns a non-mutating reference to find-data.
|
|
|
Returns the file (file name + extension) of the item.
|
|
|
Returns the file extension of the item.
|
|
|
Returns the filename of the item.
|
|
|
Returns the full path of the item.
|
|
|
Returns the short form of the filename of the item.
|
|
|
Copy assignment operator.
|
|
|
| recls Library documentation © Synesis Software Pty Ltd, 2001-2003 |