NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <corelib/ncbiobj.hpp>
#include <objmgr/seq_entry_handle.hpp>
#include <objmgr/bioseq_handle.hpp>
#include <objmgr/impl/edit_commands_impl.hpp>
#include <objects/seq/Bioseq.hpp>
#include <objects/seqset/Seq_entry.hpp>
#include <objects/seq/Seqdesc.hpp>
#include <objects/seq/Seq_inst.hpp>
#include <objects/seq/Seq_data.hpp>
#include <objects/seq/Seq_ext.hpp>
#include <objects/seq/Seq_hist.hpp>
#include <objects/general/Int_fuzz.hpp>
#include <objects/seq/seq_id_handle.hpp>
#include <set>
Go to the source code of this file.
Go to the SVN repository for this file.
Macros | |
#define | DEFINE_DB_FUNC(type) |
#define | DEFINE_SEQINST_SCALAR_CMD(type) |
#define | DEFINE_SEQINST_REF_CMD(type) |
Functions | |
DEFINE_CREF_TYPE (CSeq_inst) | |
DEFINE_CREF_TYPE (CSeq_inst::TFuzz) | |
DEFINE_CREF_TYPE (CSeq_inst::TSeq_data) | |
DEFINE_CREF_TYPE (CSeq_inst::TExt) | |
DEFINE_CREF_TYPE (CSeq_inst::THist) | |
#define DEFINE_DB_FUNC | ( | type | ) |
Definition at line 187 of file bioseq_edit_commands.hpp.
#define DEFINE_SEQINST_REF_CMD | ( | type | ) |
Definition at line 283 of file bioseq_edit_commands.hpp.
#define DEFINE_SEQINST_SCALAR_CMD | ( | type | ) |
Definition at line 249 of file bioseq_edit_commands.hpp.
typedef CId_EditCommand<true> CAddId_EditCommand |
Definition at line 169 of file bioseq_edit_commands.hpp.
Definition at line 347 of file bioseq_edit_commands.hpp.
typedef CId_EditCommand<false> CRemoveId_EditCommand |
Definition at line 170 of file bioseq_edit_commands.hpp.
Definition at line 247 of file bioseq_edit_commands.hpp.
Definition at line 313 of file bioseq_edit_commands.hpp.
typedef CResetValue_EditCommand<CBioseq_EditHandle, CSeq_inst::TFuzz > CReset_SeqInstFuzz_EditCommand |
Definition at line 311 of file bioseq_edit_commands.hpp.
typedef CResetValue_EditCommand<CBioseq_EditHandle, CSeq_inst::THist > CReset_SeqInstHist_EditCommand |
Definition at line 314 of file bioseq_edit_commands.hpp.
typedef CResetValue_EditCommand<CBioseq_EditHandle, CSeq_inst::TLength > CReset_SeqInstLength_EditCommand |
Definition at line 278 of file bioseq_edit_commands.hpp.
Definition at line 276 of file bioseq_edit_commands.hpp.
typedef CResetValue_EditCommand<CBioseq_EditHandle, CSeq_inst::TRepr > CReset_SeqInstRepr_EditCommand |
Definition at line 275 of file bioseq_edit_commands.hpp.
typedef CResetValue_EditCommand<CBioseq_EditHandle, CSeq_inst::TSeq_data > CReset_SeqInstSeq_data_EditCommand |
Definition at line 312 of file bioseq_edit_commands.hpp.
typedef CResetValue_EditCommand<CBioseq_EditHandle, CSeq_inst::TStrand > CReset_SeqInstStrand_EditCommand |
Definition at line 277 of file bioseq_edit_commands.hpp.
typedef CResetValue_EditCommand<CBioseq_EditHandle, CSeq_inst::TTopology > CReset_SeqInstTopology_EditCommand |
Definition at line 279 of file bioseq_edit_commands.hpp.
Definition at line 245 of file bioseq_edit_commands.hpp.
Definition at line 313 of file bioseq_edit_commands.hpp.
Definition at line 311 of file bioseq_edit_commands.hpp.
Definition at line 314 of file bioseq_edit_commands.hpp.
typedef CSetValue_EditCommand<CBioseq_EditHandle, CSeq_inst::TLength > CSet_SeqInstLength_EditCommand |
Definition at line 278 of file bioseq_edit_commands.hpp.
Definition at line 276 of file bioseq_edit_commands.hpp.
Definition at line 275 of file bioseq_edit_commands.hpp.
typedef CSetValue_EditCommand<CBioseq_EditHandle, CSeq_inst::TSeq_data > CSet_SeqInstSeq_data_EditCommand |
Definition at line 312 of file bioseq_edit_commands.hpp.
typedef CSetValue_EditCommand<CBioseq_EditHandle, CSeq_inst::TStrand > CSet_SeqInstStrand_EditCommand |
Definition at line 277 of file bioseq_edit_commands.hpp.
typedef CSetValue_EditCommand<CBioseq_EditHandle, CSeq_inst::TTopology > CSet_SeqInstTopology_EditCommand |
Definition at line 279 of file bioseq_edit_commands.hpp.
DEFINE_CREF_TYPE | ( | CSeq_inst | ) |
DEFINE_CREF_TYPE | ( | CSeq_inst::TExt | ) |
DEFINE_CREF_TYPE | ( | CSeq_inst::TFuzz | ) |
DEFINE_CREF_TYPE | ( | CSeq_inst::THist | ) |
DEFINE_CREF_TYPE | ( | CSeq_inst::TSeq_data | ) |