NCBI C++ ToolKit
xutils.h
Go to the documentation of this file.

Go to the SVN repository for this file.

1 #ifndef XUTILS_H
2 #define XUTILS_H
4 
5 typedef std::list<CRef<objects::CSeq_loc>> TSeqLocList;
6 typedef std::list<CRef<objects::CDelta_seq>> TDeltaList;
7 
8 void XGappedSeqLocsToDeltaSeqs(const TSeqLocList& locs, TDeltaList& deltas);
9 int XDateCheck(const objects::CDate_std& date);
10 
12 
13 #endif // XUTILS_H
std::list< CRef< objects::CDelta_seq > > TDeltaList
Definition: ftablock.h:65
#define END_NCBI_SCOPE
End previously defined NCBI scope.
Definition: ncbistl.hpp:103
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
Definition: ncbistl.hpp:100
std::list< SeqLoc > TSeqLocList
int XDateCheck(const objects::CDate_std &date)
void XGappedSeqLocsToDeltaSeqs(const TSeqLocList &locs, TDeltaList &deltas)
Definition: xutils.cpp:91
std::list< CRef< objects::CSeq_loc > > TSeqLocList
Definition: xutils.h:5
std::list< CRef< objects::CDelta_seq > > TDeltaList
Definition: xutils.h:6
Modified on Fri Sep 20 14:56:57 2024 by modify_doxy.py rev. 669887