Represents the identity of an Ice object. More...
#include <Ice/Ice.h>
Public Member Functions | |
| void | ice_printFields (std::ostream &os) const |
| Outputs the name and value of each field of this instance to the stream. | |
| std::tuple< const std::string &, const std::string & > | ice_tuple () const |
| Creates a tuple with all the fields of this struct. | |
Public Attributes | |
| std::string | category {} |
| The category of the object. | |
| std::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 39 of file Identity.h.