basic_path Class Template Reference
[File System Library]

#include <platformstl/filesystem/path.hpp>


Detailed Description

template<typename C, typename T = filesystem_traits<C>, typename A = typename stlsoft::allocator_selector<C>::allocator_type>
class platformstl::basic_path< C, T, A >

Class used for composing and decomposing file-system paths.

The class is not actually defined in the platformstl namespace. Rather, it resolves to the appropriate type for the given platform, relying on Intersecting Conformance of the resolved platform-specific types.

When compiling on UNIX platforms, the platformstl::basic_path type resolves to the unixstl::basic_path class. On Windows platforms it resolves to the winstl::basic_path class. It is not defined for other platforms.


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

Generated on Thu Jun 10 08:58:33 2010 for STLSoft by  doxygen 1.5.6