basic_absolute_path Class Template Reference
[File System Library]

#include <winstl/filesystem/absolute_path.hpp>

Inheritance diagram for basic_absolute_path:

special_string_instance_1

List of all members.


Detailed Description

template<typename C>
class winstl::basic_absolute_path< C >

Converts a relative path to an absolute path.

Parameters:
C The character type
T The traits type. On translators that support default template arguments, this defaults to filesystem_traits<C>

Member Types

typedef
parent_class_type::char_type 
char_type
 The char type.
typedef basic_absolute_path< C > class_type
 The current parameterisation of the type.
typedef
parent_class_type::size_type 
size_type
 The size type.

Public Member Functions

Construction
 basic_absolute_path (char_type const *path)
 Constructs an absolute path from path.
template<typename S>
 basic_absolute_path (S const &path)
 Constructs an absolute path from path.

Member Typedef Documentation

The char type.

Reimplemented from special_string_instance_1.

The current parameterisation of the type.

Reimplemented from special_string_instance_1.

The size type.

Reimplemented from special_string_instance_1.


Constructor & Destructor Documentation

basic_absolute_path ( char_type const *  path  )  [inline, explicit]

Constructs an absolute path from path.

basic_absolute_path ( S const &  path  )  [inline, explicit]

Constructs an absolute path from path.


The documentation for this class was generated from the following file:

Generated on Thu Jun 10 08:59:21 2010 for STLSoft by  doxygen 1.5.6