integer_info_base
implements all virtual functions defined in
type_info_interface
. Note, only additional methods not defined
in the interface class are listed in the following table.
Methods | Description |
---|---|
integer_info_base(const int le,
const int ri, const int lo, const int hi) |
Constructor of the class. ``le'', ``ri'', ``lo'', and ``hi'' are the left, right, low respectively high bounds of the integer type. |