|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <inetstl_findfile_sequence.h>
Construction | |
| basic_findfile_sequence_value_type () | |
| Default constructor. | |
| ~basic_findfile_sequence_value_type () inetstl_throw_0() | |
| Destructor. | |
| class_type & | operator= (class_type const &rhs) |
| Copy assignment operator. | |
Public Types | |
| typedef C | char_type |
| The character type. | |
| typedef T | traits_type |
| The traits type. | |
| typedef basic_findfile_sequence_value_type< C, T > | class_type |
| The current parameterisation of the type. | |
| typedef traits_type::find_data_type | find_data_type |
| The find-data type. | |
Public Methods | |
| find_data_type const & | get_find_data () const |
| Returns a non-mutating reference to find-data. | |
| find_data_type const & | GetFindData () const |
| Returns a non-mutating reference to find-data. | |
| char_type const * | get_filename () const |
| Returns the filename part of the item. | |
| char_type const * | get_short_filename () const |
| Returns the short form of the filename part of the item. | |
| char_type const * | get_path () const |
| Returns the full path of the item. | |
| operator char_type const * () const | |
| Implicit conversion to a pointer-to-const of the full path. | |
|
|
The character type.
|
|
|
The current parameterisation of the type.
|
|
|
The find-data type.
|
|
|
The traits type.
|
|
|
Default constructor.
|
|
|
Destructor.
|
|
|
Returns the filename part of the item.
|
|
|
Returns a non-mutating reference to find-data.
|
|
|
Returns the full path of the item.
|
|
|
Returns the short form of the filename part of the item.
|
|
|
Returns a non-mutating reference to find-data.
|
|
|
Implicit conversion to a pointer-to-const of the full path.
|
|
|
Copy assignment operator.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |