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  

windows_exception_policy Struct Reference

The NULL exception type. It does not throw, and its throw type is empty. More...

#include <winstl_exceptions.h>

List of all members.

Public Types

typedef windows_exception thrown_type
 The thrown type.


Public Methods

void operator() ()
 Function call operator, taking no parameters.

void operator() (ws_dword_t lastError) const
 Function call operator, taking one parameter.

void operator() (char const *reason, ws_dword_t lastError) const
 Function call operator, taking two parameters.


Detailed Description

The NULL exception type. It does not throw, and its throw type is empty.


Member Typedef Documentation

typedef windows_exception thrown_type
 

The thrown type.


Member Function Documentation

void operator() char const *    reason,
ws_dword_t    lastError
const [inline]
 

Function call operator, taking two parameters.

void operator() ws_dword_t    lastError const [inline]
 

Function call operator, taking one parameter.

void operator()   [inline]
 

Function call operator, taking no parameters.


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

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