STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ... ATLSTL - Template Software for the Active Template Library COMSTL - The Standard Template Library meets the Component Object Model .netSTL - Standard Template Library meets the Microsoft.NET Common Language Runtime InetSTL - The Standard Template Library meets WinInet MFCSTL - Template Software for the Microsoft Foundation Classes UNIXSTL - Template Software for the UNIX Operating System WinSTL - where the Standard Template Library meets the Win32 API

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

basic_error_desc Class Template Reference
[Error Library]

String form of a Win32 error. More...

#include <winstl_error_desc.h>

List of all members.

Public Types

typedef C char_type
 The character type.

typedef T traits_type
 The traits_type.

typedef basic_error_desc<
C, T > 
class_type
 The current parameterisation of the type.


Public Methods

 basic_error_desc (ws_dword_t error=GetLastError(), char_type const *paths=NULL)
 Constructor.

 ~basic_error_desc () winstl_throw_0()
 Destructor.

char_type const * get_description () const
 The error description.

 operator char_type const * () const
 The error description.


Detailed Description

template<typename C, typename T = filesystem_traits<C>>
class winstl::basic_error_desc< C, T >

String form of a Win32 error.

This class


Member Typedef Documentation

typedef C char_type
 

The character type.

typedef basic_error_desc<C, T> class_type
 

The current parameterisation of the type.

typedef T traits_type
 

The traits_type.


Constructor & Destructor Documentation

basic_error_desc ws_dword_t    error = GetLastError(),
char_type const *    paths = NULL
[explicit]
 

Constructor.

Note:
This uses the calling thread's error current value, obtained by calling GetLastError()

~basic_error_desc  
 

Destructor.


Member Function Documentation

char_type const* get_description  
 

The error description.

operator char_type const *  
 

The error description.


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

STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004