null_exception_policy Struct Reference
[Error Library]

#include <stlsoft/error/throw_policies.hpp>

List of all members.


Detailed Description

The no-throwing exception policy.

It does not throw, and its throw type is empty.

Public Member Functions

Operators
void operator() () const
 Function call operator, taking no parameters.
template<typename T>
void operator() (T const &) const throw ()
 Function call operator, taking one parameter.
template<typename T1, typename T2>
void operator() (T1 const &, T2 const &) const throw ()
 Function call operator, taking two parameters.
template<typename T1, typename T2, typename T3>
void operator() (T1 const &, T2 const &, T3 const &) const throw ()
 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 throw ()
 Function call operator, taking four parameters.

Classes

struct  thrown_type
 The thrown type. More...


Member Function Documentation

void operator() (  )  const [inline]

Function call operator, taking no parameters.

void operator() ( T const &   )  const throw () [inline]

Function call operator, taking one parameter.

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

Function call operator, taking two parameters.

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

Function call operator, taking three parameters.

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

Function call operator, taking four parameters.


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

Generated on Thu Jun 10 08:58:45 2010 for STLSoft by  doxygen 1.5.6