Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
Ice::Value Class Reference

The base class for instances of Slice-defined classes. More...

#include <Ice/Ice.h>

Inheritance diagram for Ice::Value:

Public Member Functions

 Value () noexcept=default
 Default constructor.
 Value (Value &&)=delete
ValuePtr ice_clone () const
 Creates a shallow polymorphic copy of this instance.
SlicedDataPtr ice_getSlicedData () const
 Gets the sliced data associated with this instance.
virtual const char * ice_id () const noexcept
 Gets the Slice type ID of the most-derived class supported by this object.
virtual void ice_postUnmarshal ()
 Validates or updates the fields of this object after unmarshaling.
virtual void ice_preMarshal ()
 Validates or updates the fields of this object before marshaling.
virtual void ice_print (std::ostream &os) const
 Outputs a description of this instance to the stream.
virtual void ice_printFields (std::ostream &os) const
 Outputs the name and value of each field of this instance, including inherited fields, to the stream.
Valueoperator= (const Value &)=delete
Valueoperator= (Value &&)=delete

Static Public Member Functions

static const char * ice_staticId () noexcept
 Gets the Slice type ID of this type.

Detailed Description

The base class for instances of Slice-defined classes.

Definition at line 21 of file Value.h.


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