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

◆ SliceInfo()

Ice::SliceInfo::SliceInfo ( std::string typeId,
int compactId,
std::vector< std::byte > bytes,
bool hasOptionalMembers,
bool isLastSlice )
inlinenoexcept

Constructs a new SliceInfo instance.

Parameters
typeIdThe Slice type ID for this slice.
compactIdThe Slice compact type ID for this slice.
bytesThe encoded bytes for this slice.
hasOptionalMembersWhether or not the slice contains optional members.
isLastSliceWhether or not this is the last slice.

Definition at line 51 of file SlicedData.h.