XMLBEANSXX  0.9.8
xmlbeansxx::XmlInteger Class Reference

#include <XmlTypesGen.h>

Inheritance diagram for xmlbeansxx::XmlInteger:
Collaboration diagram for xmlbeansxx::XmlInteger:

List of all members.

Classes

class  Factory

Public Member Functions

 XmlInteger ()
 XmlInteger (const xmlbeansxx::ContentsPtr &p)
 XmlInteger (const xmlbeansxx::XmlObject &p)
 XmlInteger (const std::string &value)
 XmlInteger (const xmlbeansxx::XmlAnySimpleType &v)
virtual void setXmlObject (const xmlbeansxx::XmlObject &p)
virtual const
xmlbeansxx::SchemaType
getOrginSchemaType () const
 XmlInteger (const char *value)
 XmlInteger (int v)
 XmlInteger (const mpz_class &v)
virtual void setSimpleContent (const std::string &value)
 operator int () const
 operator mpz_class () const
XmlInteger operator+ (const XmlInteger &b) const
XmlInteger operator- (const XmlInteger &b) const
XmlInteger operator* (const XmlInteger &b) const
XmlInteger operator/ (const XmlInteger &b) const
XmlInteger operator+= (const XmlInteger &b)
XmlInteger operator-= (const XmlInteger &b)
XmlInteger operator*= (const XmlInteger &b)
XmlInteger operator/= (const XmlInteger &b)
bool operator== (const XmlInteger &b) const
bool operator!= (const XmlInteger &b) const
bool operator<= (const XmlInteger &b) const
bool operator>= (const XmlInteger &b) const
bool operator< (const XmlInteger &b) const
bool operator> (const XmlInteger &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 ()

Friends

class XmlDecimal

Constructor & Destructor Documentation

xmlbeansxx::XmlInteger::XmlInteger ( const std::string &  value)
xmlbeansxx::XmlInteger::XmlInteger ( const char *  value) [inline]

Member Function Documentation

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.


Friends And Related Function Documentation

friend class XmlDecimal [friend]

The documentation for this class was generated from the following files: