#include <winstl/filesystem/findvolume_sequence.hpp>
Public Types | |
| typedef C | char_type |
| The character type. | |
| typedef T | traits_type |
| The traits type. | |
| typedef basic_findvolume_sequence_value_type < C, T > | class_type |
| The current parameterisation of the type. | |
Public Member Functions | |
| basic_findvolume_sequence_value_type () | |
| Default constructor. | |
| basic_findvolume_sequence_value_type (class_type const &rhs) | |
| Copy constructor. | |
| class_type & | operator= (class_type const &rhs) |
| Copy assignment operator. | |
| operator char_type const * () const | |
| Implicit conversion to non-mutable pointer-to-const of the volume name. | |
| typedef C char_type |
The character type.
| typedef T traits_type |
The traits type.
| typedef basic_findvolume_sequence_value_type<C, T> class_type |
The current parameterisation of the type.
Default constructor.
| basic_findvolume_sequence_value_type | ( | class_type const & | rhs | ) |
Copy constructor.
| class_type& operator= | ( | class_type const & | rhs | ) |
Copy assignment operator.
| operator char_type const * | ( | ) | const [inline] |
Implicit conversion to non-mutable pointer-to-const of the volume name.
1.5.6