Ice 3.7 C++11 API Reference
Public Member Functions | Public Attributes | List of all members
Ice::SlicedData Class Reference

Holds the slices of unknown types. More...

#include <Ice/Ice.h>

Public Member Functions

void clear ()
 Clears the slices to break potential cyclic references. More...
 
 SlicedData (const SliceInfoSeq &)
 

Public Attributes

const SliceInfoSeq slices
 The slices of unknown types. More...
 

Detailed Description

Holds the slices of unknown types.

Constructor & Destructor Documentation

◆ SlicedData()

Ice::SlicedData::SlicedData ( const SliceInfoSeq )

Member Function Documentation

◆ clear()

void Ice::SlicedData::clear ( )

Clears the slices to break potential cyclic references.

Member Data Documentation

◆ slices

const SliceInfoSeq Ice::SlicedData::slices

The slices of unknown types.


The documentation for this class was generated from the following file: