NCBI C++ ToolKit
|
#include <string>
#include <corelib/ncbiargs.hpp>
#include <corelib/ncbiapp.hpp>
#include <corelib/ncbienv.hpp>
#include <corelib/ncbistre.hpp>
#include <corelib/ncbidiag.hpp>
#include <serial/serial.hpp>
#include <serial/objistrasn.hpp>
#include <serial/objistrasnb.hpp>
#include <serial/objostrasn.hpp>
#include <serial/objostrasnb.hpp>
#include <serial/iterator.hpp>
#include <objects/omssa/omssa__.hpp>
#include "omssa.hpp"
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | COMSSABase |
Functions | |
template<class T > | |
void | InsertList (const string &Input, T &ToInsert, string error) |
template for inserting elements of comma delimited string of ints into a list More... | |
template<class T > | |
void | InsertListString (const string &Input, T &ToInsert, string error) |
template for inserting elements of comma delimited string of strings into a list More... | |
Variables | |
char const *const | kIonLabels [eMSIonType_max] |
some friendly names for ion series More... | |
template for inserting elements of comma delimited string of ints into a list
T | type of list |
List | the comma delimited string |
ToInsert | the list |
error | error output |
Definition at line 215 of file omssaapp.hpp.
References ERR_POST, NStr::fSplit_Tokenize, Info(), NStr::Split(), and NStr::StringToInt().
Referenced by COMSSABase::SetSearchSettings().
template for inserting elements of comma delimited string of strings into a list
T | type of list |
List | the comma delimited string |
ToInsert | the list |
error | error output |
Definition at line 248 of file omssaapp.hpp.
References NStr::fSplit_Tokenize, and NStr::Split().
char const* const kIonLabels[eMSIonType_max] |
some friendly names for ion series
Definition at line 189 of file omssaapp.hpp.
Referenced by COMSSABase::PrintIons().