NCBI C++ ToolKit
|
Search Toolkit Book for CAnnotImportData
#include "annot_import_data.hpp"
(Private to src/objtools/import
.)
Public Member Functions | |
CAnnotImportData () | |
CAnnotImportData (const CAnnotImportData &rhs) | |
virtual | ~CAnnotImportData () |
virtual void | Serialize (CNcbiOstream &) |
void | Clear () |
std::string | ValueOf (const std::string &) const |
void | SetValue (const std::string &, const std::string &) |
std::map< std::string, std::string >::const_iterator | begin () const |
std::map< std::string, std::string >::const_iterator | end () const |
Private Attributes | |
std::map< std::string, std::string > | mAnnotData |
Definition at line 49 of file annot_import_data.hpp.
CAnnotImportData::CAnnotImportData | ( | ) |
Definition at line 42 of file annot_import_data.cpp.
CAnnotImportData::CAnnotImportData | ( | const CAnnotImportData & | rhs | ) |
Definition at line 48 of file annot_import_data.cpp.
References mAnnotData.
|
inlinevirtual |
Definition at line 58 of file annot_import_data.hpp.
|
inline |
Definition at line 76 of file annot_import_data.hpp.
References mAnnotData.
|
inline |
Definition at line 64 of file annot_import_data.hpp.
References mAnnotData.
Referenced by CBedLineReader::xProcessTrackLine().
|
inline |
Definition at line 79 of file annot_import_data.hpp.
References mAnnotData.
|
virtual |
Definition at line 57 of file annot_import_data.cpp.
References mAnnotData, and out().
void CAnnotImportData::SetValue | ( | const std::string & | , |
const std::string & | |||
) |
Definition at line 85 of file annot_import_data.cpp.
References ncbi::grid::netcache::search::fields::key, mAnnotData, NStr::ToLower(), and rapidjson::value.
Referenced by CBedLineReader::xProcessTrackLine().
string CAnnotImportData::ValueOf | ( | const std::string & | ) | const |
Definition at line 70 of file annot_import_data.cpp.
References ncbi::grid::netcache::search::fields::key, and NStr::ToLower().
Referenced by CBedAnnotAssembler::FinalizeAnnot(), and CBedLineReader::xProcessTrackLine().
|
private |
Definition at line 82 of file annot_import_data.hpp.
Referenced by begin(), CAnnotImportData(), Clear(), end(), Serialize(), and SetValue().