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

Go to the source code of this file.

Classes

struct  MetaTag
 
class  MetaTagTranslator
 

Typedefs

typedef std::map< std::string,
const MetaTag * > 
MetaTagMap
 

Enumerations

enum  MetaTagType {
  MT_HEADER, MT_BASIC, MT_REF_START, MT_REF,
  MT_REF_DBID, MT_FEATURE_START, MT_FEATURE, MT_SEQUENCE_START,
  MT_CONTIG, MT_END, MT_IGNORE
}
 

Typedef Documentation

typedef std::map<std::string, const MetaTag *> MetaTagMap

Definition at line 38 of file MetaTag.h.

Enumeration Type Documentation

Enumerator
MT_HEADER 
MT_BASIC 
MT_REF_START 
MT_REF 
MT_REF_DBID 
MT_FEATURE_START 
MT_FEATURE 
MT_SEQUENCE_START 
MT_CONTIG 
MT_END 
MT_IGNORE 

Definition at line 18 of file MetaTag.h.