#include <it_bus/integer.h>
Inheritance diagram for IT_Bus::NegativeInteger:
This class stores the value as a Decimal value.
Definition at line 735 of file integer.h.
Public Types | |
typedef IT_Reflect::ValueRef< IT_Bus::NegativeInteger > | IT_ReflectionType |
Public Member Functions | |
NegativeInteger () IT_THROW_DECL(()) | |
No argument constructor. | |
NegativeInteger &operator=(short value | operator= (const NegativeInteger &rhs) IT_THROW_DECL(())) IT_THROW_DECL((IT_Bus NegativeInteger &operator=(int value) IT_THROW_DECL((IT_Bus NegativeInteger &operator=(long value) IT_THROW_DECL((IT_Bus NegativeInteger &operator=(IT_LongLong value) IT_THROW_DECL((IT_Bus NegativeInteger &operator=(const Integer &rhs) IT_THROW_DECL((IT_Bus NegativeInteger & |
Assignment operator from unsigned NegativeInteger. | |
virtual const QName & | get_type () const |
Returns the IT_Bus::QName for the type. | |
Static Public Member Functions | |
static bool | is_valid_negative_integer (const Decimal &value) IT_THROW_DECL(()) |
Checks whether the test value is a valid negative integer. | |
Public Attributes | |
NegativeInteger(short value) IT_THROW_DECL((IT_Bus NegativeInteger(int value) IT_THROW_DECL((IT_Bus NegativeInteger(long value) IT_THROW_DECL((IT_Bus NegativeInteger(IT_LongLong value) IT_THROW_DECL((IT_Bus NegativeInteger(const char *value, bool truncate=false) IT_THROW_DECL((IT_Bus NegativeInteger(const String &value, bool truncate=false) IT_THROW_DECL((IT_Bus NegativeInteger(const Decimal &value, bool truncate=false) IT_THROW_DECL((IT_Bus NegativeInteger(const Integer ©) IT_THROW_DECL((IT_Bu | NegativeInteger )(const NegativeInteger ©) IT_THROW_DECL(()) |
Copy constructor. |
virtual const QName& IT_Bus::NegativeInteger::get_type | ( | ) | const [virtual] |
Returns the IT_Bus::QName for the type.
Derived subclasses implement this method and return their QName.
Reimplemented from IT_Bus::NonPositiveInteger.
static bool IT_Bus::NegativeInteger::is_valid_negative_integer | ( | const Decimal & | value | ) | [static] |
Checks whether the test value is a valid negative integer.