CmdLine::E_OutOfRange< T > Class Template Reference

#include <CmdLineException.h>

Inheritance diagram for CmdLine::E_OutOfRange< T >:

Inheritance graph
[legend]
Collaboration diagram for CmdLine::E_OutOfRange< T >:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 E_OutOfRange (T value, T min, T max, const std::string &loc="")


Detailed Description

template<class T>
class CmdLine::E_OutOfRange< T >

When a value is out of a defined range.

Usage: throw E_OutOfRange<type>(min, max,"optional text");


Constructor & Destructor Documentation

template<class T>
CmdLine::E_OutOfRange< T >::E_OutOfRange ( value,
min,
max,
const std::string &  loc = "" 
) [inline]


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