Public Member Functions | |
CPerformanceDataSchemaFileExporter () | |
Constructs the object, the files that are created by calling ExportHeaderFile() and ExportIniFile() are only valid whilst the object is in existence. It destroys them when it is destroyed. | |
CPerformanceDataSchemaFileExporter (const CPerformanceDataSchemaFileExporter &rhs) | |
CPerformanceDataSchemaFileExporter & | operator= (const CPerformanceDataSchemaFileExporter &rhs) |
JetByteTools::Core::_tstring | ExportHeaderFile (const JetByteTools::Core::_tstring &name, const CPerformanceDataSchema &schema) const |
Exports the header file required for calling LoadPerfCounterTextStrings() and returns the path to the file. | |
JetByteTools::Core::_tstring | ExportIniFile (const JetByteTools::Core::_tstring &name, const CPerformanceDataSchema &schema) const |
Exports the ini file required for calling LoadPerfCounterTextStrings() and returns the path to the file. |
Constructs the object, the files that are created by calling ExportHeaderFile() and ExportIniFile() are only valid whilst the object is in existence. It destroys them when it is destroyed.
CPerformanceDataSchemaFileExporter | ( | const CPerformanceDataSchemaFileExporter & | rhs | ) |
CPerformanceDataSchemaFileExporter& operator= | ( | const CPerformanceDataSchemaFileExporter & | rhs | ) |
JetByteTools::Core::_tstring ExportHeaderFile | ( | const JetByteTools::Core::_tstring & | name, | |
const CPerformanceDataSchema & | schema | |||
) | const |
Exports the header file required for calling LoadPerfCounterTextStrings() and returns the path to the file.
JetByteTools::Core::_tstring ExportIniFile | ( | const JetByteTools::Core::_tstring & | name, | |
const CPerformanceDataSchema & | schema | |||
) | const |
Exports the ini file required for calling LoadPerfCounterTextStrings() and returns the path to the file.