Ice.Value

class Ice.Value

Bases: object

The base class for instances of Slice-defined classes.

ice_getSlicedData() SlicedData | None

Return the sliced data if the value has a preserved-slice base class and has been sliced during un-marshaling of the value. Return None otherwise.

Returns:

The sliced data or None.

Return type:

SlicedData | None

ice_id() str

Obtain the type ID corresponding to the most-derived Slice interface supported by the target object.

Returns:

The type ID.

Return type:

str

static ice_staticId() str

Obtain the type ID of this Slice class or interface.

Returns:

The type ID.

Return type:

str