Implements SliceLoader by combining multiple SliceLoader instances. More...
#include <SliceLoader.h>
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. |
Implements SliceLoader by combining multiple SliceLoader instances.
Definition at line 47 of file SliceLoader.h.