Creates class and exception instances from Slice type IDs. More...
#include <Ice/Ice.h>

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. | |
Creates class and exception instances from Slice type IDs.
Definition at line 20 of file SliceLoader.h.