#include "smbios/compat.h"#include <iomanip>#include <fstream>#include "testStandalone.h"#include "smbios/SmbiosDefs.h"#include "smbios/IMemory.h"#include "smbios/ISmi.h"#include "smbios/IObserver.h"#include "smbios/version.h"

Go to the source code of this file.
Functions | |
| CPPUNIT_TEST_SUITE_REGISTRATION (testStandalone) | |
| void | copyFile (string dstFile, string srcFile) |
| bool | fileExists (string fileName) |
| string | safeConvertToString (const char *str) |
| void copyFile | ( | string | dstFile, | |
| string | srcFile | |||
| ) |
Definition at line 49 of file testStandalone.cpp.
| CPPUNIT_TEST_SUITE_REGISTRATION | ( | testStandalone | ) |
| bool fileExists | ( | string | fileName | ) |
Definition at line 60 of file testStandalone.cpp.
| string safeConvertToString | ( | const char * | str | ) |
Definition at line 638 of file testStandalone.cpp.
References SMBIOSFreeMemory().

1.5.6