10.12.2012 Views

Oracle C++ Call Interface Programmer's Guide

Oracle C++ Call Interface Programmer's Guide

Oracle C++ Call Interface Programmer's Guide

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Number Class<br />

operator++()<br />

operator--()<br />

operator--()<br />

operator*()<br />

Syntax<br />

Number& operator++();<br />

Unary operator++(). This method returns the Number object incremented by<br />

the integer specified. This is a postfix operator.<br />

Syntax<br />

const Number operator++(int);<br />

Unary operator--(). This method returns the Number object decremented by 1.<br />

This is a prefix operator.<br />

Syntax<br />

Number& operator--();<br />

Unary operator--(). This method returns the Number object decremented by<br />

the integer specified. This is a postfix operator.<br />

Syntax<br />

const Number operator--(int);<br />

This method returns the product of the parameters specified.<br />

Syntax<br />

Number operator*(const Number &a,<br />

const Number &b);<br />

Parameters<br />

a, b<br />

Numbers to be multiplied.<br />

8-112 <strong>Oracle</strong> <strong>C++</strong> <strong>Call</strong> <strong>Interface</strong> Programmer’s <strong>Guide</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!