MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / getParser

Method getParser

Libs/srtparser/srtparser.h:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153inline SubtitleParser* SubtitleParserFactory::getParser()
154{
155 return new SubRipParser(_fileName); //creates and returns SubRipParser obj
156}
157
158inline SubtitleParserFactory::~SubtitleParserFactory(void)
159{

Callers 1

LoadSubtitlesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected