|
|
This class is a repository for decoders.
bool |
[pure virtual]
Select the decoder with the given TypeID to be the current decoder of the repository.
Parameters:
typeID | Decoding's type ID. |
Returns: true, if decoder for this TypeID was in the repository; false otherwise.
DecoderInterface* |
[const pure virtual]
Get DecoderInterface of the current decoder.
Returns: Current decoder's DecoderInterface.