NCBI C++ ToolKit
|
#include <iostream>
#include <deque>
#include <map>
#include <corelib/ncbistr.hpp>
#include <corelib/ncbiexpt.hpp>
#include <objects/omssa/MSSearch.hpp>
#include "msms.hpp"
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | COMSSASearch |
Typedefs | |
typedef std::set< int > | TOid |
type that hold a list of oids More... | |
Functions | |
CObjectOStream * | SetUpOutputFile (CObjectOStream *os, ESerialDataFormat DataFormat) |
sets up output file based on DataFormat in particular, initializes xml stream appropriately More... | |
type that hold a list of oids
Definition at line 52 of file msmerge.hpp.
CObjectOStream* SetUpOutputFile | ( | CObjectOStream * | os, |
ESerialDataFormat | DataFormat | ||
) |
sets up output file based on DataFormat in particular, initializes xml stream appropriately
os | output stream |
DataFormat | format of file type |
Definition at line 302 of file msmerge.cpp.
References eSerial_Xml, CObjectOStreamXml::SetReferenceSchema(), and CObjectOStream::SetWriteNamedIntegersByValue().
Referenced by COMSSAMerge::Run().