man CORBA::ORBit::LongLong () - Long long integer arithmetic for CORBA.
NAME
CORBA::ORBit::LongLong - Long long integer arithmetic for CORBA.
SYNOPSIS
use CORBA:::ORBit;
$a = new CORBA::LongLong "12345678912345"; print $a - 1000 # produces "123456789121345"
DESCRIPTION
CORBA::ORBit::LongLong implements the package CORBA::LongLong. The range of values of a CORBA::LongLong is exactly that of your C compiler's long long type.
Aside from overloaded CW+, CW-, CW*, CW/, CW%, CW<=>, CWabs, CWneg, and CW"" operations, CWCORBA::ORBit::LongLong provides the following method:
- new STRING
- creates a new CORBA::LongLong from a string.
AUTHOR
Owen Taylor <otaylor@gtk.org>