#include "Pep2MzIdent.hpp"
#include "Serializer_mzid.hpp"
#include <iostream>
#include <string>
Go to the source code of this file.
Functions |
void | test () |
int | main (int argc, char **argv) |
Variables |
ostream * | os_ = NULL |
const char * | samplePepXML = "</msms_pipeline_analysis>\n" |
Function Documentation
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 107 of file Pep2MzIdentTest.cpp.
References os_, and test().
{
if (argc>1 && !strcmp(argv[1],
"-v"))
os_ = &cout;
cout << "\ntesting Pep2MzIdent ... \n" << endl;
return 0;
}
Variable Documentation
const char* samplePepXML = "</msms_pipeline_analysis>\n" |