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  

invalid_integral_range_policy Struct Reference
[Range Classes]

Error policy class for integral_range. More...

#include <integral_range.hpp>

List of all members.

Public Types

typedef std::out_of_range thrown_type
 The thrown type.


Public Methods

void operator() (ss_sint32_t first, ss_sint32_t last, ss_sint32_t increment) const
 Function call operator, taking three 32-bit signed integer parameters.

void operator() (ss_uint32_t first, ss_uint32_t last, ss_uint32_t increment) const
 Function call operator, taking three 32-bit unsigned integer parameters.


Detailed Description

Error policy class for integral_range.


Member Typedef Documentation

typedef std::out_of_range thrown_type
 

The thrown type.


Member Function Documentation

void operator() ss_uint32_t    first,
ss_uint32_t    last,
ss_uint32_t    increment
const [inline]
 

Function call operator, taking three 32-bit unsigned integer parameters.

void operator() ss_sint32_t    first,
ss_sint32_t    last,
ss_sint32_t    increment
const [inline]
 

Function call operator, taking three 32-bit signed integer parameters.


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

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