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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


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