NCBI C++ ToolKit
|
Search Toolkit Book for Section
#include "entry.h"
(Private to src/objtools/flatfile
.)
Public Member Functions | |
Section (int type_, const vector< string > &textLines) | |
~Section () | |
void | DumpText (ostream &ostr) const |
void | xBuildSubBlock (int subtype, const char *subKw) |
void | xBuildFeatureBlocks () |
Public Attributes | |
int | mType |
vector< string > | mTextLines |
vector< Section * > | mSubSections |
char * | mpQscore |
bool | mDrop |
Definition at line 14 of file entry.h.
Referenced by xBuildFeatureBlocks(), and xBuildSubBlock().
|
inline |
Definition at line 22 of file entry.h.
References mpQscore, and mSubSections.
|
inline |
Definition at line 30 of file entry.h.
References NStr::Join(), mSubSections, and mTextLines.
void Section::xBuildFeatureBlocks | ( | ) |
Definition at line 86 of file entry.cpp.
References mSubSections, mTextLines, ParFlat_FEATBLOCK, and Section().
Definition at line 56 of file entry.cpp.
References mSubSections, mTextLines, Section(), and NStr::StartsWith().
char* Section::mpQscore |
Definition at line 50 of file entry.h.
Referenced by ~Section().
vector<Section*> Section::mSubSections |
Definition at line 49 of file entry.h.
Referenced by DumpText(), xBuildFeatureBlocks(), xBuildSubBlock(), and ~Section().
vector<string> Section::mTextLines |
Definition at line 48 of file entry.h.
Referenced by DumpText(), xBuildFeatureBlocks(), and xBuildSubBlock().
int Section::mType |
Definition at line 47 of file entry.h.
Referenced by xTrackNodeType().