Public methods

operator= (1)

IccRRN& operator=(const IccRRN& rrn)

operator= (2)

IccRRN& operator=(unsigned long num)
num
A relative record number--an integer greater than 0.

Assigns a new value for the relative record number.

operator== (1)

Icc::Bool operator== (const IccRRN& rrn) const

operator== (2)

Icc::Bool operator== (unsigned long num) const

Tests equality

operator!= (1)

Icc::Bool operator!= (const IccRRN& rrn) const

operator!= (2)

Icc::Bool operator!=(unsigned long num) const

Tests inequality

number

unsigned long number() const

Returns the relative record number.

[[ Contents Previous Page | Next Page Index ]]