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  

null_exception_policy Struct Reference

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

#include <stlsoft_exceptions.h>

List of all members.

Public Methods

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

template<typename T> void operator() (T const &) const
 Function call operator, taking one parameter.

template<typename T1, typename T2> void operator() (T1 const &, T2 const &) const
 Function call operator, taking two parameters.

template<typename T1, typename T2, typename T3> void operator() (T1 const &, T2 const &, T3 const &) const
 Function call operator, taking three parameters.

template<typename T1, typename T2, typename T3, typename T4> void operator() (T1 const &, T2 const &, T3 const &, T4 const &) const
 Function call operator, taking four parameters.


Detailed Description

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


Member Function Documentation

void operator() T1 const &   ,
T2 const &   ,
T3 const &   ,
T4 const &   
const [inline]
 

Function call operator, taking four parameters.

void operator() T1 const &   ,
T2 const &   ,
T3 const &   
const [inline]
 

Function call operator, taking three parameters.

void operator() T1 const &   ,
T2 const &   
const [inline]
 

Function call operator, taking two parameters.

void operator() T const &    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