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