|
Ice 3.7 C++98 API Reference
|
Represents an instance of an unknown type. More...
#include <Ice/Ice.h>


Public Member Functions | |
| virtual SlicedDataPtr | ice_getSlicedData () const |
| Obtains the sliced data associated with this instance. | |
| virtual const std::string & | ice_id (const Current ¤t=Ice::emptyCurrent) const |
| Determine the Slice type ID associated with this instance. | |
| UnknownSlicedValue (const std::string &unknownTypeId) | |
| Constructs the placeholder instance. | |
Represents an instance of an unknown type.
| Ice::UnknownSlicedValue::UnknownSlicedValue | ( | const std::string & | unknownTypeId | ) |
Constructs the placeholder instance.
| unknownTypeId | The Slice type ID of the unknown value. |
|
virtual |
Obtains the sliced data associated with this instance.
Reimplemented from Ice::Object.
|
virtual |
Determine the Slice type ID associated with this instance.
| current | The current object for this invocation. |
Reimplemented from Ice::Object.