|
ADTF File Library
|
container class for StreamTypeDeserializers More...
#include <adtf_file_reader.h>
Public Member Functions | |
| StreamTypeDeserializers ()=default | |
| CTOR. | |
| StreamTypeDeserializers & | add (const std::shared_ptr< StreamTypeDeserializer > &deserializer) |
| Adds a deserializer implemention to the container. | |
| void | Deserialize (const std::string &id, InputStream &stream, PropertyStreamType &stream_type) const |
deserializes the given stream into a stream_type with the StreamTypeDeserializer with id | |
container class for StreamTypeDeserializers
|
inline |
Adds a deserializer implemention to the container.
| deserializer | the deserializer to add |
|
inline |
deserializes the given stream into a stream_type with the StreamTypeDeserializer with id
| id | the id of the deserializer |
| stream | the stream to deserialize |
| stream_type | the stream type to create |