NCBI C++ ToolKit
Functions | Variables
src_writer.cpp File Reference
#include <ncbi_pch.hpp>
#include <objects/general/general_macros.hpp>
#include <objects/general/User_object.hpp>
#include <objects/general/Dbtag.hpp>
#include <objects/general/Object_id.hpp>
#include <objects/seqfeat/PCRPrimerSet.hpp>
#include <objects/seqfeat/SeqFeatXref.hpp>
#include <objects/seqfeat/PCRReactionSet.hpp>
#include <objects/seqfeat/PCRReaction.hpp>
#include <objects/seqfeat/PCRPrimer.hpp>
#include <objmgr/seqdesc_ci.hpp>
#include <objmgr/util/create_defline.hpp>
#include <objects/seqtable/SeqTable_column.hpp>
#include <objects/seqtable/SeqTable_single_data.hpp>
#include <objects/seqtable/SeqTable_multi_data.hpp>
#include <objects/seq/seq_macros.hpp>
#include <objects/pub/Pub.hpp>
#include <objects/pub/Pub_equiv.hpp>
#include <objects/pub/Pub_set.hpp>
#include <objects/biblio/biblio__.hpp>
#include <objects/biblio/Cit_sub.hpp>
#include <objects/biblio/Auth_list.hpp>
#include <objects/biblio/Affil.hpp>
#include <objects/general/Name_std.hpp>
#include <objects/general/Date_.hpp>
#include <objtools/writers/writer_exception.hpp>
#include <objtools/readers/message_listener.hpp>
#include <objtools/writers/src_writer.hpp>
#include <objmgr/util/sequence.hpp>
#include <sstream>
+ Include dependency graph for src_writer.cpp:

Go to the source code of this file.

Go to the SVN repository for this file.

Functions

 USING_SCOPE (objects)
 

Variables

static const string arrDefaultSrcCheckFields []
 
static const string arrDefaultSeqEntryFields []
 
const size_t countDefaultSrcCheckFields = sizeof(arrDefaultSrcCheckFields)/sizeof(string)
 
const size_t countDefaultSeqEntryFields = sizeof(arrDefaultSeqEntryFields)/sizeof(string)
 

Function Documentation

◆ USING_SCOPE()

USING_SCOPE ( objects  )

Variable Documentation

◆ arrDefaultSeqEntryFields

const string arrDefaultSeqEntryFields[]
static
Initial value:
= {
"id",
"gi",
"organism",
"taxid",
"localid",
"specimen-voucher",
"culture-collection",
"bio-material",
"strain",
"sub-strain",
"isolate",
"sub-species",
"variety",
"forma",
"cultivar",
"ecotype",
"serotype",
"serovar",
"type-material",
"old-name",
"author",
"affil"
}

Definition at line 103 of file src_writer.cpp.

◆ arrDefaultSrcCheckFields

const string arrDefaultSrcCheckFields[]
static
Initial value:
= {
"id",
"gi",
"organism",
"taxid",
"specimen-voucher",
"culture-collection",
"bio-material",
"strain",
"sub-strain",
"isolate",
"sub-species",
"variety",
"forma",
"cultivar",
"ecotype",
"serotype",
"serovar",
"type-material",
"old-name",
"author",
"affil"
}

Definition at line 79 of file src_writer.cpp.

◆ countDefaultSeqEntryFields

const size_t countDefaultSeqEntryFields = sizeof(arrDefaultSeqEntryFields)/sizeof(string)

Definition at line 137 of file src_writer.cpp.

◆ countDefaultSrcCheckFields

const size_t countDefaultSrcCheckFields = sizeof(arrDefaultSrcCheckFields)/sizeof(string)

Definition at line 129 of file src_writer.cpp.

Modified on Fri Sep 20 14:58:13 2024 by modify_doxy.py rev. 669887