xoreos  0.0.5
Classes | Namespaces | Typedefs
gff3writer.h File Reference

Writer for writing version V3.2/V3.3 of BioWare's GFFs (generic file format). More...

#include <list>
#include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp>
#include "glm/glm.hpp"
#include "src/aurora/gff3file.h"
#include "src/aurora/locstring.h"
Include dependency graph for gff3writer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Aurora::GFF3Writer
 
struct  Aurora::GFF3Writer::Field
 An implementation for a field. More...
 
class  Aurora::GFF3WriterList
 A GFF3 list containing GFF3 structs. More...
 
class  Aurora::GFF3WriterStruct
 A GFF3 struct containing GFF3 fields. More...
 

Namespaces

 Aurora
 

Typedefs

typedef boost::shared_ptr< GFF3WriterStruct > Aurora::GFF3WriterStructPtr
 
typedef boost::shared_ptr< GFF3WriterList > Aurora::GFF3WriterListPtr
 

Detailed Description

Writer for writing version V3.2/V3.3 of BioWare's GFFs (generic file format).

Definition in file gff3writer.h.