DtStatistic       175 extra_lib/include/DTAPI.h struct DtStatistic;
DtStatistic      1322 extra_lib/include/DTAPI.h     DtStatistic();
DtStatistic      1323 extra_lib/include/DTAPI.h     DtStatistic(int StatisticId);   // Constructor with DTAPI_STAT_xxx initialization
DtStatistic      1324 extra_lib/include/DTAPI.h     virtual ~DtStatistic();
DtStatistic      1394 extra_lib/include/DTAPI.h     static DTAPI_RESULT  FromXml(const std::wstring&, DtStatistic*&, int& Count);
DtStatistic      1395 extra_lib/include/DTAPI.h     static DTAPI_RESULT  ToXml(DtStatistic* pStatistics, int Count, std::wstring&);
DtStatistic      1398 extra_lib/include/DTAPI.h     DtStatistic&  operator=(const DtStatistic&);
DtStatistic      1402 extra_lib/include/DTAPI.h     DtStatistic(const DtStatistic&);
DtStatistic      2437 extra_lib/include/DTAPI.h     DTAPI_RESULT  GetStatistics(int Count, DtStatistic* pStatistics);
DtStatistic      2450 extra_lib/include/DTAPI.h     DTAPI_RESULT  GetSupportedStatistics(int& Count, DtStatistic* pStatistics);
DtStatistic      3819 extra_lib/include/DTAPI.h     virtual DTAPI_RESULT  GetStatistics(int Count, DtStatistic* pStatistics);
DtStatistic      6291 extra_lib/include/DTAPI.h     DTAPI_RESULT  GetStatistics(int Count, DtStatistic* pStatistics);
DtStatistic      6297 extra_lib/include/DTAPI.h     DTAPI_RESULT  GetSupportedStatistics(int& Count, DtStatistic* pStatistics);