MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include <CLArgs.hpp>
Public Member Functions | |
IntRange (const int *min, const int *max) | |
bool | is_valid (int val) const |
std::string | desc_append () const |
Private Attributes | |
int | mMin |
int | mMax |
Definition at line 239 of file CLArgs.hpp.
CLArgs::IntRange::IntRange | ( | const int * | min, |
const int * | max | ||
) |
Definition at line 469 of file CLArgs.cpp.
std::string CLArgs::IntRange::desc_append | ( | ) | const |
Definition at line 479 of file CLArgs.cpp.
Referenced by CLArgs::IntRangeArg::desc_append(), and CLArgs::IntListRangeArg::desc_append().
bool CLArgs::IntRange::is_valid | ( | int | val | ) | const |
Definition at line 474 of file CLArgs.cpp.
int CLArgs::IntRange::mMax [private] |
Definition at line 242 of file CLArgs.hpp.
int CLArgs::IntRange::mMin [private] |
Definition at line 242 of file CLArgs.hpp.