Holds class slices that cannot be unmarshaled because their types are not known locally. More...
#include <Ice/Ice.h>
Public Member Functions | |
| SlicedData (SliceInfoSeq slices) noexcept | |
| Constructs a SlicedData instance with the given slices. | |
| void | clear () |
| Clears the slices to break potential cyclic references. | |
Public Attributes | |
| const SliceInfoSeq | slices |
| The slices of the unknown class. | |
Holds class slices that cannot be unmarshaled because their types are not known locally.
Definition at line 76 of file SlicedData.h.