NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include "discrepancy_core.hpp"
#include <objects/seqfeat/Org_ref.hpp>
#include <objects/seqfeat/OrgName.hpp>
#include <objects/macro/String_constraint.hpp>
#include <sstream>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
USING_SCOPE (objects) | |
Variables | |
static const string | kDivCodeConfl = "Division code conflicts found" |
static constexpr CDiscrepancyCaseProps | s_testcase_props_DIVISION_CODE_CONFLICTS = { CDiscrepancyVisitorImpl<eTestNames:: DIVISION_CODE_CONFLICTS >::Create, eTestTypes:: SEQUENCE , eTestNames:: DIVISION_CODE_CONFLICTS , "DIVISION_CODE_CONFLICTS" , "Division Code Conflicts" , eOncaller , nullptr } |
USING_SCOPE | ( | objects | ) |
Definition at line 44 of file division_code_conflicts.cpp.
Referenced by CDiscrepancyVisitorImpl< _Name >::Summarize().
|
staticconstexpr |
Definition at line 46 of file division_code_conflicts.cpp.