#include <directives.h>

Public Member Functions | |
| ConfIntNZ (std::string const &name, bool reloadable, T minvalue, T maxvalue) | |
| Constructor without default value. | |
| ConfIntNZ (std::string const &name, T const &defval, bool reloadable, T minvalue, T maxvalue) | |
| Constructor with default value. | |
| ConfIntNZ (std::string const &name, bool reloadable) | |
| ConfArray-specific constructor. | |
Protected Member Functions | |
| virtual bool | check (Conf &conf, T const &value) const |
| Checks if the value != 0 then calls ConfInt<T>::check(). | |
1.5.3