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

Implements SliceLoader by combining multiple SliceLoader instances. More...

#include <SliceLoader.h>

Inheritance diagram for Ice::CompositeSliceLoader:

Public Member Functions

void add (SliceLoaderPtr loader) noexcept
 Adds a SliceLoader instance to this CompositeSliceLoader.
ValuePtr newClassInstance (std::string_view typeId) const final
 Creates an instance of a class mapped from a Slice class based on a Slice type ID.
std::exception_ptr newExceptionInstance (std::string_view typeId) const final
 Creates an instance of a class mapped from a Slice exception based on a Slice type ID.

Detailed Description

Implements SliceLoader by combining multiple SliceLoader instances.

Definition at line 47 of file SliceLoader.h.


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