Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
153
inline SubtitleParser* SubtitleParserFactory::getParser()
154
{
155
return new SubRipParser(_fileName); //creates and returns SubRipParser obj
156
}
157
158
inline SubtitleParserFactory::~SubtitleParserFactory(void)
159
{
Callers
1
LoadSubtitles
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected