Go to the documentation of this file.Go to the SVN repository for this file.
61 out <<
"CAnnotImportData:\n";
63 out <<
" " << it->first <<
": " << it->second <<
"\n";
71 const string&
key)
const
74 string normalizedKey(
key);
76 auto it = mAnnotData.find(normalizedKey);
77 if (it == mAnnotData.end()) {
90 string normalizedKey(
key);
std::map< std::string, std::string > mAnnotData
std::string ValueOf(const std::string &) const
virtual void Serialize(CNcbiOstream &)
void SetValue(const std::string &, const std::string &)
std::ofstream out("events_result.xml")
main entry point for tests
IO_PREFIX::ostream CNcbiOstream
Portable alias for ostream.
static string & ToLower(string &str)
Convert string to lower case – string& version.
const struct ncbi::grid::netcache::search::fields::KEY key
Defines classes: CDirEntry, CFile, CDir, CSymLink, CMemoryFile, CFileUtil, CFileLock,...