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  

Error Library


Compounds

class  basic_error_desc
 String form of a Win32 error. More...


Typedefs

typedef basic_error_desc<
ws_char_a_t > 
error_desc_a
 Instantiation of the basic_error_desc template for the ANSI character type char.

typedef basic_error_desc<
ws_char_w_t > 
error_desc_w
 Instantiation of the basic_error_desc template for the Unicode character type wchar_t.

typedef basic_error_desc<
TCHAR > 
error_desc
 Instantiation of the basic_error_desc template for the Win32 character type TCHAR.


Functions

template<typename C, typename T> C const * c_str_ptr_null (basic_error_desc< C, T > const &e)
 Returns the corresponding C-string pointer of e.

template<typename C, typename T> C const * c_str_ptr (basic_error_desc< C, T > const &e)
 Returns the corresponding C-string pointer of e.

template<typename C, typename T> C const * get_ptr (basic_error_desc< C, T > const &e)
 Returns the corresponding C-string pointer of e.


Typedef Documentation

typedef basic_error_desc<TCHAR> error_desc
 

Instantiation of the basic_error_desc template for the Win32 character type TCHAR.

typedef basic_error_desc<ws_char_a_t> error_desc_a
 

Instantiation of the basic_error_desc template for the ANSI character type char.

typedef basic_error_desc<ws_char_w_t> error_desc_w
 

Instantiation of the basic_error_desc template for the Unicode character type wchar_t.


Function Documentation

C const* c_str_ptr basic_error_desc< C, T > const &    e [inline]
 

Returns the corresponding C-string pointer of e.

C const* c_str_ptr_null basic_error_desc< C, T > const &    e [inline]
 

Returns the corresponding C-string pointer of e.

C const* get_ptr basic_error_desc< C, T > const &    e [inline]
 

Returns the corresponding C-string pointer of e.


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