#include <directives.h>
Inheritance diagram for conf::ConfIntNZ< T >:
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(). |