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

◆ ice_print()

virtual void Ice::Value::ice_print ( std::ostream & os) const
virtual

Outputs a description of this instance to the stream.

This description includes the type name and the name and value of all the fields of this instance. Use ["cpp:custom-print"] to tell the Slice compiler to generate an override implemented by the application.

Parameters
osThe output stream.