TIBCO Adapter SDK C++ Reference
MInteger Members
MInteger | Legend
Members
Methods
Method Description
= Assignment operator. This method allows you to directly assign a char value to an MInteger.
= Assignment operator. This method allows you to directly assign an int value to an MInteger.
= Assignment operator. This method allows you to directly assign a long value to an MInteger.

= Assignment operator. This method allows you to directly assign a short value to an MInteger.
= Assignment operator. This method allows you to directly assign an unsigned char to an MInteger.
= Assignment operator. This method allows you to directly assign an unsigned int value to an MInteger.
= Assignment operator. This method allows you to directly assign an unsigned long value to an MInteger.
= Assignment operator. This method allows you to directly assign an unsigned short to an MInteger.
== Determine whether this integer is equal to the one passed in as a parameter.
downCast Safe cast operation for MInteger.
downCast Safe cast operation for MInteger.
getAsChar Convert integer data to a char.

This method is not usually called by an application. It is included to illustrate what the SDK does to convert integer data appropriately.

getAsInt Convert integer data to an int.

This method is not usually called by an application. It is included to illustrate what the SDK does to convert integer data appropriately.

getAsLong Convert integer data to a long.

This method is not usually called by an application. It is included to illustrate what the SDK does to convert integer data appropriately.

getAsShort Convert integer data to a short.

This method is not usually called by an application. It is included to illustrate what the SDK does to convert integer data appropriately.

getAsUChar Convert integer data to an unsigned char.

This method is not usually called by an application. It is included to illustrate what the SDK does to convert integer data appropriately.

getAsUInt Convert integer data to an unsigned int.

This method is not usually called by an application. It is included to illustrate what the SDK does to convert integer data appropriately.

getAsULong Convert integer data to an unsigned long.

This method is not usually called by an application. It is included to illustrate what the SDK does to convert integer data appropriately.

getAsUShort Convert integer data to an unsigned short.

This method is not usually called by an application. It is included to illustrate what the SDK does to convert integer data appropriately.

getClassDescription Return the MBaseClassDescription for this MInteger.
getClassName Return the class name as a char*.
getMi8  
getMu8  
MInteger Constructs an MInteger instance from a char. This constructor allows you to encapsulate MPrimitiveClassDescription.m_i1.
MInteger Copy constructor. This constructor creates an MInteger based on an already existing one.
MInteger Constructs an MInteger instance from an int. This constructor allows you to encapsulate MPrimitiveClassDescription.m_i4.
MInteger Constructs an MInteger instance from an M18. This constructor allows you to encapsulate MPrimitiveClassDescription.m_mi8.
MInteger Constructs an MInteger instance from an Mui8. This constructor allows you to encapsulate MPrimitiveClassDescription.m_ui8.
MInteger Constructs an MInteger instance from a short. This constructor allows you to encapsulate MPrimitiveClassDescription.m_i2.
MInteger Constructs an MInteger instance from an unsigned char. This constructor allows you to encapsulate MPrimitiveClassDescription.m_ui1.
MInteger Constructs an MInteger instance from an unsigned int. This constructor allows you to encapsulate MPrimitiveClassDescription.m_ui4.
MInteger Constructs an MInteger instance from an unsigned short. This constructor allows you to encapsulate MPrimitiveClassDescription.m_ui2.
toString Return this MInteger as an MString.
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.