Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches
Ice::Identity Struct 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.

Detailed Description

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.


The documentation for this struct was generated from the following file: