XMLBEANSXX
0.9.8
|
#include <XmlTypesGen.h>
Classes | |
class | Factory |
Public Member Functions | |
XmlDecimal () | |
XmlDecimal (const xmlbeansxx::ContentsPtr &p) | |
XmlDecimal (const xmlbeansxx::XmlObject &p) | |
XmlDecimal (const std::string &value) | |
XmlDecimal (const xmlbeansxx::XmlAnySimpleType &v) | |
virtual void | setXmlObject (const xmlbeansxx::XmlObject &p) |
virtual const xmlbeansxx::SchemaType * | getOrginSchemaType () const |
XmlDecimal (const char *value) | |
XmlDecimal (double v) | |
XmlDecimal (const mpf_class &v) | |
mpf_class | getMpfValue () const |
void | setMpfValue (const mpf_class &v) |
mpz_class | getMpzValue () const |
void | setMpzValue (const mpz_class &v) |
virtual int | getIntValue () const |
virtual void | setIntValue (int v) |
virtual mpz_class | getLongValue () const |
virtual void | setLongValue (const mpz_class &v) |
virtual short | getShortValue () const |
virtual void | setShortValue (short v) |
virtual unsigned char | getByteValue () const |
virtual void | setByteValue (unsigned char v) |
virtual void | setSimpleContent (const std::string &value) |
operator mpf_class () const | |
XmlDecimal | operator+ (const XmlDecimal &b) const |
XmlDecimal | operator- (const XmlDecimal &b) const |
XmlDecimal | operator* (const XmlDecimal &b) const |
XmlDecimal | operator/ (const XmlDecimal &b) const |
XmlDecimal | operator+= (const XmlDecimal &b) |
XmlDecimal | operator-= (const XmlDecimal &b) |
XmlDecimal | operator*= (const XmlDecimal &b) |
XmlDecimal | operator/= (const XmlDecimal &b) |
bool | operator== (const XmlDecimal &b) const |
bool | operator!= (const XmlDecimal &b) const |
bool | operator<= (const XmlDecimal &b) const |
bool | operator>= (const XmlDecimal &b) const |
bool | operator< (const XmlDecimal &b) const |
bool | operator> (const XmlDecimal &b) const |
Static Public Member Functions | |
static const xmlbeansxx::SchemaType * | type () |
Private Member Functions | |
XMLBEANSXX_STATIC_LOGGER_PTR (log) | |
Static Private Member Functions | |
static xmlbeansxx::SchemaType | initSchemaType () |
xmlbeansxx::XmlDecimal::XmlDecimal | ( | const xmlbeansxx::XmlObject & | p | ) |
xmlbeansxx::XmlDecimal::XmlDecimal | ( | const std::string & | value | ) |
xmlbeansxx::XmlDecimal::XmlDecimal | ( | const char * | value | ) | [inline] |
xmlbeansxx::XmlDecimal::XmlDecimal | ( | double | v | ) | [inline] |
xmlbeansxx::XmlDecimal::XmlDecimal | ( | const mpf_class & | v | ) | [inline] |
unsigned char xmlbeansxx::XmlDecimal::getByteValue | ( | ) | const [virtual] |
int xmlbeansxx::XmlDecimal::getIntValue | ( | ) | const [virtual] |
mpz_class xmlbeansxx::XmlDecimal::getLongValue | ( | ) | const [virtual] |
mpf_class xmlbeansxx::XmlDecimal::getMpfValue | ( | ) | const |
mpz_class xmlbeansxx::XmlDecimal::getMpzValue | ( | ) | const |
const xmlbeansxx::SchemaType * xmlbeansxx::XmlDecimal::getOrginSchemaType | ( | ) | const [virtual] |
Reimplemented from xmlbeansxx::XmlAnySimpleType.
Reimplemented in xmlbeansxx::XmlPositiveInteger, xmlbeansxx::XmlUnsignedByte, xmlbeansxx::XmlUnsignedShort, xmlbeansxx::XmlUnsignedInt, xmlbeansxx::XmlUnsignedLong, xmlbeansxx::XmlNonNegativeInteger, xmlbeansxx::XmlByte, xmlbeansxx::XmlShort, xmlbeansxx::XmlInt, xmlbeansxx::XmlLong, xmlbeansxx::XmlNegativeInteger, xmlbeansxx::XmlNonPositiveInteger, and xmlbeansxx::XmlInteger.
short xmlbeansxx::XmlDecimal::getShortValue | ( | ) | const [virtual] |
xmlbeansxx::SchemaType xmlbeansxx::XmlDecimal::initSchemaType | ( | ) | [static, private] |
Reimplemented from xmlbeansxx::XmlAnySimpleType.
Reimplemented in xmlbeansxx::XmlPositiveInteger, xmlbeansxx::XmlUnsignedByte, xmlbeansxx::XmlUnsignedShort, xmlbeansxx::XmlUnsignedInt, xmlbeansxx::XmlUnsignedLong, xmlbeansxx::XmlNonNegativeInteger, xmlbeansxx::XmlByte, xmlbeansxx::XmlShort, xmlbeansxx::XmlInt, xmlbeansxx::XmlLong, xmlbeansxx::XmlNegativeInteger, xmlbeansxx::XmlNonPositiveInteger, and xmlbeansxx::XmlInteger.
xmlbeansxx::XmlDecimal::operator mpf_class | ( | ) | const |
bool xmlbeansxx::XmlDecimal::operator!= | ( | const XmlDecimal & | b | ) | const [inline] |
XmlDecimal xmlbeansxx::XmlDecimal::operator* | ( | const XmlDecimal & | b | ) | const [inline] |
XmlDecimal xmlbeansxx::XmlDecimal::operator*= | ( | const XmlDecimal & | b | ) | [inline] |
XmlDecimal xmlbeansxx::XmlDecimal::operator+ | ( | const XmlDecimal & | b | ) | const [inline] |
XmlDecimal xmlbeansxx::XmlDecimal::operator+= | ( | const XmlDecimal & | b | ) | [inline] |
XmlDecimal xmlbeansxx::XmlDecimal::operator- | ( | const XmlDecimal & | b | ) | const [inline] |
XmlDecimal xmlbeansxx::XmlDecimal::operator-= | ( | const XmlDecimal & | b | ) | [inline] |
XmlDecimal xmlbeansxx::XmlDecimal::operator/ | ( | const XmlDecimal & | b | ) | const [inline] |
XmlDecimal xmlbeansxx::XmlDecimal::operator/= | ( | const XmlDecimal & | b | ) | [inline] |
bool xmlbeansxx::XmlDecimal::operator< | ( | const XmlDecimal & | b | ) | const [inline] |
bool xmlbeansxx::XmlDecimal::operator<= | ( | const XmlDecimal & | b | ) | const [inline] |
bool xmlbeansxx::XmlDecimal::operator== | ( | const XmlDecimal & | b | ) | const [inline] |
bool xmlbeansxx::XmlDecimal::operator> | ( | const XmlDecimal & | b | ) | const [inline] |
bool xmlbeansxx::XmlDecimal::operator>= | ( | const XmlDecimal & | b | ) | const [inline] |
void xmlbeansxx::XmlDecimal::setByteValue | ( | unsigned char | v | ) | [virtual] |
void xmlbeansxx::XmlDecimal::setIntValue | ( | int | v | ) | [virtual] |
void xmlbeansxx::XmlDecimal::setLongValue | ( | const mpz_class & | v | ) | [virtual] |
void xmlbeansxx::XmlDecimal::setMpfValue | ( | const mpf_class & | v | ) |
void xmlbeansxx::XmlDecimal::setMpzValue | ( | const mpz_class & | v | ) |
void xmlbeansxx::XmlDecimal::setShortValue | ( | short | v | ) | [virtual] |
void xmlbeansxx::XmlDecimal::setSimpleContent | ( | const std::string & | value | ) | [virtual] |
Reimplemented from xmlbeansxx::XmlObject.
Reimplemented in xmlbeansxx::XmlInteger.
void xmlbeansxx::XmlDecimal::setXmlObject | ( | const xmlbeansxx::XmlObject & | p | ) | [virtual] |
Reimplemented from xmlbeansxx::XmlAnySimpleType.
Reimplemented in xmlbeansxx::XmlPositiveInteger, xmlbeansxx::XmlUnsignedByte, xmlbeansxx::XmlUnsignedShort, xmlbeansxx::XmlUnsignedInt, xmlbeansxx::XmlUnsignedLong, xmlbeansxx::XmlNonNegativeInteger, xmlbeansxx::XmlByte, xmlbeansxx::XmlShort, xmlbeansxx::XmlInt, xmlbeansxx::XmlLong, xmlbeansxx::XmlNegativeInteger, xmlbeansxx::XmlNonPositiveInteger, and xmlbeansxx::XmlInteger.
const xmlbeansxx::SchemaType * xmlbeansxx::XmlDecimal::type | ( | ) | [static] |
Reimplemented from xmlbeansxx::XmlAnySimpleType.
Reimplemented in xmlbeansxx::XmlPositiveInteger, xmlbeansxx::XmlUnsignedByte, xmlbeansxx::XmlUnsignedShort, xmlbeansxx::XmlUnsignedInt, xmlbeansxx::XmlUnsignedLong, xmlbeansxx::XmlNonNegativeInteger, xmlbeansxx::XmlByte, xmlbeansxx::XmlShort, xmlbeansxx::XmlInt, xmlbeansxx::XmlLong, xmlbeansxx::XmlNegativeInteger, xmlbeansxx::XmlNonPositiveInteger, and xmlbeansxx::XmlInteger.
xmlbeansxx::XmlDecimal::XMLBEANSXX_STATIC_LOGGER_PTR | ( | log | ) | [private] |
Reimplemented from xmlbeansxx::XmlObject.
Reimplemented in xmlbeansxx::XmlInteger.