|
ProteoWizard
|
#include "IdentDataFile.hpp"#include "DefaultReaderList.hpp"#include "IO.hpp"#include "pwiz/utility/misc/Std.hpp"Go to the source code of this file.
Functions | |
| void | testFile (const string &inFilepath, const string &outFilepath) |
| int | main (int argc, char *argv[]) |
Variables | |
| const char * | filenames [] |
| void testFile | ( | const string & | inFilepath, |
| const string & | outFilepath | ||
| ) |
Definition at line 45 of file ExtendedReadTest.cpp.
References pwiz::identdata::IdentDataFile::write().
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 56 of file ExtendedReadTest.cpp.
References e(), TEST_EPILOG, TEST_FAILED, TEST_PROLOG, and testFile().
| const char* filenames[] |
Definition at line 30 of file ExtendedReadTest.cpp.
1.8.1.1