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

Creates class and exception instances from Slice type IDs. More...

#include <Ice/Ice.h>

Inheritance diagram for Ice::SliceLoader:

Public Member Functions

virtual ValuePtr newClassInstance (std::string_view typeId) const
 Creates an instance of a class mapped from a Slice class based on a Slice type ID.
virtual std::exception_ptr newExceptionInstance (std::string_view typeId) const
 Creates an instance of a class mapped from a Slice exception based on a Slice type ID.

Detailed Description

Creates class and exception instances from Slice type IDs.

Remarks
The implementation of newClassInstance and newExceptionInstance in the base class always returns nullptr.

Definition at line 20 of file SliceLoader.h.


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