NCBI C++ ToolKit
|
#include <string>
#include <objtools/snputil/snp_bitfield.hpp>
#include <objects/seqloc/Seq_loc.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
struct | SSnpData |
Typedefs | |
typedef vector< SSnpData > | TSnpList |
typedef TSnpList::iterator | TSnpListIter |
typedef CObjectFor< TSnpList > | TSnpListObject |
typedef vector< const SSnpData * > | TSnpPtrList |
typedef TSnpPtrList::iterator | TSnpPtrListIter |
typedef CObjectFor< TSnpPtrList > | TSnpPtrListObject |
Definition at line 65 of file snp_data.hpp.
typedef TSnpList::iterator TSnpListIter |
Definition at line 66 of file snp_data.hpp.
typedef CObjectFor<TSnpList> TSnpListObject |
Definition at line 67 of file snp_data.hpp.
typedef vector<const SSnpData *> TSnpPtrList |
Definition at line 69 of file snp_data.hpp.
typedef TSnpPtrList::iterator TSnpPtrListIter |
Definition at line 70 of file snp_data.hpp.
typedef CObjectFor<TSnpPtrList> TSnpPtrListObject |
Definition at line 71 of file snp_data.hpp.