NCBI C++ ToolKit
|
#include <corelib/ncbiobj.hpp>
#include <corelib/ncbistd.hpp>
#include <boost/version.hpp>
#include <boost/spirit.hpp>
#include <boost/spirit/core.hpp>
#include <boost/spirit/tree/ast.hpp>
#include <boost/spirit/tree/parse_tree.hpp>
#include <boost/spirit/tree/tree_to_xml.hpp>
#include <objects/seqloc/Seq_loc.hpp>
#include <objects/seqloc/Seq_interval.hpp>
#include <objects/seq/Seq_literal.hpp>
#include <objects/seqalign/Seq_align.hpp>
#include <objects/seqalign/Seq_align_set.hpp>
#include <objects/seq/Seq_data.hpp>
#include <objects/seqfeat/Seq_feat.hpp>
#include <objects/variation/Variation.hpp>
#include <objects/variation/VariantPlacement.hpp>
#include <objects/seqfeat/Variation_inst.hpp>
#include <objmgr/scope.hpp>
#include <objmgr/feat_ci.hpp>
#include <objmgr/seq_vector.hpp>
#include <misc/hgvs/seq_id_resolver.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Namespaces | |
variation | |
Macros | |
#define | HGVS_THROW(err_code, message) NCBI_THROW(CHgvsParser::CHgvsParserException, err_code, message) |
Functions | |
variation::USING_SCOPE (objects) | |
#define HGVS_THROW | ( | err_code, | |
message | |||
) | NCBI_THROW(CHgvsParser::CHgvsParserException, err_code, message) |
Definition at line 83 of file hgvs_parser2.hpp.