struct TParsersRegistry

Overview

struct TParsersRegistry
{
    // fields

    std::list<CGPSInterface::ptr_parser_t> all_parsers;

    // methods

    static const TParsersRegistry& getInstance();
};