21 #ifndef LIBSUB_WEB_VTT_READER_H
22 #define LIBSUB_WEB_VTT_READER_H
41 void read(std::function<boost::optional<std::string> ()> get_line);
43 std::list<std::string> _context;
Parent for classes which can read particular subtitle formats.
Definition: reader.h:36
Definition: web_vtt_reader.h:35