NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <corelib/ncbicntr.hpp>
#include <objects/general/User_field.hpp>
#include <objects/general/Object_id.hpp>
#include <objects/seqloc/Seq_loc.hpp>
#include <objects/seqfeat/Feat_id.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | IIdGenerator< T > |
Templated interface for a generator of identifiers (IDs) of any type. More... | |
class | IThreadSafeIdGenerator< T > |
Thread-safe version of IIdGenerator. More... | |
class | COrdinalFeatIdGenerator |
Default implementation for a generator of identifiers, as integers, mashalled as CFeat_id objects. More... | |
class | ISeqIdResolver |
Interface for resolving a sequence identifier given a textual representation. More... | |
class | CFastaIdsResolver |
Default implementation of a Seq-id resolver, which knows about FASTA-formatted sequence identifiers. More... | |