#include <uinteger.hpp>
Inheritance diagram for ufo::UInteger:
Public Member Functions | |
UInteger (const int integer=0) | |
bool | operator== (UInteger &integer) |
bool | operator== (const UInteger &integer) |
UInteger & | operator= (int integer) |
operator int () | |
int | toInt () const |
bool | equals (const UInteger *integer) const |
bool | equals (const UObject *obj) const |
std::string | toString () const |
UObject * | clone () const |
Static Public Member Functions | |
int | toInt (const std::string &stringA, bool *ok=NULL) |
Protected Member Functions | |
std::ostream & | paramString (std::ostream &os) const |
|
tries to make a new object with the same internal data. Reimplemented from ufo::UObject.
|
|
checks if this object is the same object than obj Reimplemented from ufo::UObject.
|
|
checks if this object is the same object than obj |
|
Prints some useful internal data to the ostream os. This method is meant only for debugging purposes. Reimplemented from ufo::UObject.
|
|
string representation Reimplemented from ufo::UObject.
|