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