XMLBEANSXX
0.9.8
|
#include <XmlTypesGen.h>
xmlbeansxx::XmlInteger::XmlInteger | ( | const xmlbeansxx::XmlObject & | p | ) |
xmlbeansxx::XmlInteger::XmlInteger | ( | const std::string & | value | ) |
xmlbeansxx::XmlInteger::XmlInteger | ( | const char * | value | ) | [inline] |
xmlbeansxx::XmlInteger::XmlInteger | ( | int | v | ) | [inline] |
xmlbeansxx::XmlInteger::XmlInteger | ( | const mpz_class & | v | ) | [inline] |
const xmlbeansxx::SchemaType * xmlbeansxx::XmlInteger::getOrginSchemaType | ( | ) | const [virtual] |
Reimplemented from xmlbeansxx::XmlDecimal.
Reimplemented in xmlbeansxx::XmlPositiveInteger, xmlbeansxx::XmlUnsignedByte, xmlbeansxx::XmlUnsignedShort, xmlbeansxx::XmlUnsignedInt, xmlbeansxx::XmlUnsignedLong, xmlbeansxx::XmlNonNegativeInteger, xmlbeansxx::XmlByte, xmlbeansxx::XmlShort, xmlbeansxx::XmlInt, xmlbeansxx::XmlLong, xmlbeansxx::XmlNegativeInteger, and xmlbeansxx::XmlNonPositiveInteger.
xmlbeansxx::SchemaType xmlbeansxx::XmlInteger::initSchemaType | ( | ) | [static, private] |
Reimplemented from xmlbeansxx::XmlDecimal.
Reimplemented in xmlbeansxx::XmlPositiveInteger, xmlbeansxx::XmlUnsignedByte, xmlbeansxx::XmlUnsignedShort, xmlbeansxx::XmlUnsignedInt, xmlbeansxx::XmlUnsignedLong, xmlbeansxx::XmlNonNegativeInteger, xmlbeansxx::XmlByte, xmlbeansxx::XmlShort, xmlbeansxx::XmlInt, xmlbeansxx::XmlLong, xmlbeansxx::XmlNegativeInteger, and xmlbeansxx::XmlNonPositiveInteger.
xmlbeansxx::XmlInteger::operator int | ( | ) | const |
xmlbeansxx::XmlInteger::operator mpz_class | ( | ) | const |
bool xmlbeansxx::XmlInteger::operator!= | ( | const XmlInteger & | b | ) | const [inline] |
XmlInteger xmlbeansxx::XmlInteger::operator* | ( | const XmlInteger & | b | ) | const [inline] |
XmlInteger xmlbeansxx::XmlInteger::operator*= | ( | const XmlInteger & | b | ) | [inline] |
XmlInteger xmlbeansxx::XmlInteger::operator+ | ( | const XmlInteger & | b | ) | const [inline] |
XmlInteger xmlbeansxx::XmlInteger::operator+= | ( | const XmlInteger & | b | ) | [inline] |
XmlInteger xmlbeansxx::XmlInteger::operator- | ( | const XmlInteger & | b | ) | const [inline] |
XmlInteger xmlbeansxx::XmlInteger::operator-= | ( | const XmlInteger & | b | ) | [inline] |
XmlInteger xmlbeansxx::XmlInteger::operator/ | ( | const XmlInteger & | b | ) | const [inline] |
XmlInteger xmlbeansxx::XmlInteger::operator/= | ( | const XmlInteger & | b | ) | [inline] |
bool xmlbeansxx::XmlInteger::operator< | ( | const XmlInteger & | b | ) | const [inline] |
bool xmlbeansxx::XmlInteger::operator<= | ( | const XmlInteger & | b | ) | const [inline] |
bool xmlbeansxx::XmlInteger::operator== | ( | const XmlInteger & | b | ) | const [inline] |
bool xmlbeansxx::XmlInteger::operator> | ( | const XmlInteger & | b | ) | const [inline] |
bool xmlbeansxx::XmlInteger::operator>= | ( | const XmlInteger & | b | ) | const [inline] |
void xmlbeansxx::XmlInteger::setSimpleContent | ( | const std::string & | value | ) | [virtual] |
Reimplemented from xmlbeansxx::XmlDecimal.
void xmlbeansxx::XmlInteger::setXmlObject | ( | const xmlbeansxx::XmlObject & | p | ) | [virtual] |
Reimplemented from xmlbeansxx::XmlDecimal.
Reimplemented in xmlbeansxx::XmlPositiveInteger, xmlbeansxx::XmlUnsignedByte, xmlbeansxx::XmlUnsignedShort, xmlbeansxx::XmlUnsignedInt, xmlbeansxx::XmlUnsignedLong, xmlbeansxx::XmlNonNegativeInteger, xmlbeansxx::XmlByte, xmlbeansxx::XmlShort, xmlbeansxx::XmlInt, xmlbeansxx::XmlLong, xmlbeansxx::XmlNegativeInteger, and xmlbeansxx::XmlNonPositiveInteger.
const xmlbeansxx::SchemaType * xmlbeansxx::XmlInteger::type | ( | ) | [static] |
Reimplemented from xmlbeansxx::XmlDecimal.
Reimplemented in xmlbeansxx::XmlPositiveInteger, xmlbeansxx::XmlUnsignedByte, xmlbeansxx::XmlUnsignedShort, xmlbeansxx::XmlUnsignedInt, xmlbeansxx::XmlUnsignedLong, xmlbeansxx::XmlNonNegativeInteger, xmlbeansxx::XmlByte, xmlbeansxx::XmlShort, xmlbeansxx::XmlInt, xmlbeansxx::XmlLong, xmlbeansxx::XmlNegativeInteger, and xmlbeansxx::XmlNonPositiveInteger.
xmlbeansxx::XmlInteger::XMLBEANSXX_STATIC_LOGGER_PTR | ( | log | ) | [private] |
Reimplemented from xmlbeansxx::XmlDecimal.
friend class XmlDecimal [friend] |