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

◆ startSlice()

void Ice::OutputStream::startSlice ( std::string_view typeId,
int compactId,
bool last )
inline

Writes the start of a class instance or exception slice.

Parameters
typeIdThe Slice type ID for this slice.
compactIdThe compact ID corresponding to the type, or -1 if no compact ID is used.
lasttrue if this is the last slice, false otherwise.

Definition at line 179 of file OutputStream.h.