Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches

◆ findObjectByType()

["cpp:const"]
idempotent Object * findObjectByType ( string type)

Finds a well-known object by type.

If there are several objects registered for the given type, the object is randomly selected.

Parameters
typeThe object type.
Returns
A proxy to a well-known object with the specified type, or null if no such object is registered.