CmdLine::E_OutOfRange< char > Class Template Reference

#include <CmdLineException.h>

Inheritance diagram for CmdLine::E_OutOfRange< char >:

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

Collaboration graph
[legend]

List of all members.

Public Member Functions

 E_OutOfRange (const char *value, const char *range, const std::string &arg="")


Detailed Description

template<>
class CmdLine::E_OutOfRange< char >

When a value is out of a defined range.

Usage: throw E_OutOfRange<char>("value", m_range, "arg" );


Constructor & Destructor Documentation

CmdLine::E_OutOfRange< char >::E_OutOfRange ( const char *  value,
const char *  range,
const std::string &  arg = "" 
) [inline]


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