|
Ice 3.7 Slice API Reference
|
The identity of an Ice object. More...
defined in <Ice/Identity.ice>
struct Identity { ... }
Data Members | |
| string | category |
| The Ice object category. More... | |
| string | name |
| The name of the Ice object. More... | |
The identity of an Ice object.
In a proxy, an empty Identity#name denotes a nil proxy. An identity with an empty Identity#name and a non-empty Identity#category is illegal. You cannot add a servant with an empty name to the Active Servant Map.
| string category |
The Ice object category.
| string name |
The name of the Ice object.