Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ ice_isA()

virtual bool Ice::Object::ice_isA ( std::string typeId,
const Current & current ) const
nodiscardvirtual

Tests whether this object supports a specific Slice interface.

Parameters
typeIdThe type ID of the Slice interface to test against.
currentThe Current object of the incoming request.
Returns
true if this object implements the Slice interface specified by typeId or implements a derived interface, false otherwise.