EncodingScheme.register
void register(Klass: EncodingScheme)() staticRegisters a subclass of EncodingScheme.
This function allows user-defined subclasses of EncodingScheme to be declared in other modules.
Parameters
Klass | The subclass of EncodingScheme to register. Example: |
void register(string className) staticdeprecated Please pass the EncodingScheme subclass as template argument instead.
No documentation available for this declaration.