#include <platformstl/platformstl.hpp>
Go to the source code of this file.
Namespaces | |
| namespace | platformstl |
Classes | |
| class | basic_error_desc |
| Class used for composing and decomposing file-system paths. More... | |
Typedefs | |
| typedef basic_error_desc< char > | path_a |
Specialisation of the basic_error_desc template for the ANSI character type char. | |
| typedef basic_error_desc< wchar_t > | path_w |
Specialisation of the basic_error_desc template for the Unicode character type wchar_t. | |
| typedef basic_error_desc< tchar > | path |
Specialisation of the basic_error_desc template for the ANSI character type char on UNIX, and for the TCHAR type on Windows. | |
1.5.6