#include <prom_options.hh>
Public Member Functions | |
| Int (int val) | |
| int | byteCount () const |
| String | toString () const |
| int | hashCode () const |
| operator int () const | |
| bool | operator== (const Int &other) const |
| bool | operator== (const int &other) const |
| bool | operator< (const Int &other) const |
| Int & | operator+= (int i) |
Private Attributes | |
| int | val_ |
Friends | |
| Int & | operator++ (Int &x) |
1.3.7