37 class TrackSystemReader{
39 dclspc TrackSystemReader(
const char* pLocale =
nullptr );
40 dclspc TrackSystemReader(
SocketRegistry& socketRegistry,
const char* pLocale =
nullptr );
49 std::shared_ptr<TrackSystem> dclspc Read(
const std::filesystem::path& fromPath,
int atIdx = 1 )
const;
51 std::shared_ptr<TrackSystem> dclspc Read(
const unsigned char* bufferStart,
const unsigned char* bufferEnd,
int atIdx = 1 )
const;
54 std::unique_ptr<SocketRegistry> m_pSocketRegistry;
55 const char* m_pLocale =
nullptr;