Public methods

assign

void assign (unsigned short length,
             const void* dataArea)

length
The length of the data area
dataArea
A pointer to the start of the data area that holds the search key.

Copies the search key into the IccKey object.

completeLength

unsigned short completeLength() const

Returns the length of the key when it is complete.

kind

Kind kind() const

Returns an enumeration, defined in this class, that indicates whether the key is generic or complete.

operator= (1)

IccKey& operator=(const IccKey& key)

operator= (2)

IccKey& operator=(const IccBuf& buffer)

operator= (3)

IccKey& operator=(const char* value)

Assigns new value to key.

operator== (1)

Icc::Bool operator==(const IccKey& key) const

operator== (2)

Icc::Bool operator==(const IccBuf& text) const

operator== (3)

Icc::Bool operator==(const char* text) const

Tests equality.

operator!= (1)

Icc::Bool operator !=(const IccKey& key) const

operator!= (2)

Icc::Bool operator!=(const IccBuf& text) const

operator!= (3)

Icc::Bool operator!=(const char* text) const

Tests inequality.

setKind

void setKind(Kind kind)

kind
An enumeration, defined in this class, that indicates whether the key is generic or complete.

Changes the type of key from generic to complete or vice versa.

value

const char* value()

Returns the start of the data area containing the search key.

[[ Contents Previous Page | Next Page Index ]]