CmdLine::E_MaxMin< T > Class Template Reference

#include <CmdLineException.h>

Inheritance diagram for CmdLine::E_MaxMin< T >:

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

Collaboration graph
[legend]

List of all members.

Public Member Functions

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


Detailed Description

template<class T>
class CmdLine::E_MaxMin< T >

When a Max value is smaller than a given Min value.

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


Constructor & Destructor Documentation

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


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