NCBI C++ ToolKit
|
Search Toolkit Book for CGff3PendingFeatureList
#include "gff3_annot_assembler.hpp"
(Private to src/objtools/import/ftable
.)
Public Member Functions | |
CGff3PendingFeatureList () | |
~CGff3PendingFeatureList () | |
void | AddFeature (const std::string &id, CRef< CSeq_feat > pFeature) |
bool | FindPendingFeatures (const std::string &id, std::vector< CRef< CSeq_feat >> &features) |
void | MarkFeaturesDone (const std::string &id) |
Private Attributes | |
std::map< std::string, std::vector< CRef< CSeq_feat > > > | mPendingMap |
Definition at line 89 of file gff3_annot_assembler.hpp.
|
inline |
Definition at line 93 of file gff3_annot_assembler.hpp.
|
inline |
Definition at line 95 of file gff3_annot_assembler.hpp.
|
inline |
Definition at line 98 of file gff3_annot_assembler.hpp.
References mPendingMap.
Referenced by CGff3AnnotAssembler::xProcessFeatureExon().
|
inline |
Definition at line 114 of file gff3_annot_assembler.hpp.
References features, and mPendingMap.
Referenced by CGff3AnnotAssembler::xProcessFeatureRna().
|
inline |
Definition at line 127 of file gff3_annot_assembler.hpp.
References mPendingMap.
Referenced by CGff3AnnotAssembler::xProcessFeatureRna().
|
private |
Definition at line 134 of file gff3_annot_assembler.hpp.
Referenced by AddFeature(), FindPendingFeatures(), and MarkFeaturesDone().