ARB
Classes | Typedefs | Enumerations
Importer.h File Reference
#include <BufferedFileReader.h>
#include <smartptr.h>
#include "MetaTag.h"
Include dependency graph for Importer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FeatureLine
 
class  Importer
 
class  GenebankImporter
 
class  EmblImporter
 

Typedefs

typedef SmartPtr< FeatureFeaturePtr
 
typedef SmartPtr< FeatureLineFeatureLinePtr
 
typedef std::vector
< FeatureLinePtr
FeatureLines
 

Enumerations

enum  FeatureLineType {
  FL_START = 1, FL_QUALIFIER = 2, FL_QUALIFIER_NODATA = 4, FL_QUALIFIER_QUOTED = 8,
  FL_QUALIFIER_QUOTE_OPENED = 16, FL_CONTINUED_QUOTE_CLOSED = 32, FL_CONTINUED = 64, FL_META_QUALIFIER = (FL_QUALIFIER|FL_QUALIFIER_NODATA|FL_QUALIFIER_QUOTED|FL_QUALIFIER_QUOTE_OPENED),
  FL_META_CONTINUED = (FL_CONTINUED_QUOTE_CLOSED|FL_CONTINUED)
}
 

Typedef Documentation

Definition at line 54 of file Importer.h.

Definition at line 55 of file Importer.h.

typedef std::vector<FeatureLinePtr> FeatureLines

Definition at line 56 of file Importer.h.

Enumeration Type Documentation

Enumerator
FL_START 
FL_QUALIFIER 
FL_QUALIFIER_NODATA 
FL_QUALIFIER_QUOTED 
FL_QUALIFIER_QUOTE_OPENED 
FL_CONTINUED_QUOTE_CLOSED 
FL_CONTINUED 
FL_META_QUALIFIER 
FL_META_CONTINUED 

Definition at line 27 of file Importer.h.