![]() |
Ice 3.8
Slice API Reference
|
Represents the identity of an Ice object. More...
defined in <Ice/Identity.ice>
["cpp:custom-print"]
struct Identity { ... }
Data Members | |
string | category = "" |
The category of the object. | |
string | name |
The name of the Ice object. An empty name is not valid. |
Represents the identity of an Ice object.
It is comparable to the path of a URI. Its string representation is name when the category is empty, and category/name when the category is not empty.
Definition at line 25 of file Identity.ice.