Documentation for Ice 3.5. The latest release is Ice 3.7. Refer to the space directory for other releases.


Ice::Identity

Overview

struct Identity

The identity of an Ice object. In a proxy, an empty name denotes a nil proxy. An identity with an empty name and a non-empty category is illegal. You cannot add a servant with an empty name to the Active Servant Map.

Used By
See Also

Data Member Index

name — The name of the Ice object.
category — The Ice object category.

Data Members

string name;

The name of the Ice object.

string category;

The Ice object category.


  • No labels