|
xoreos
0.0.5
|
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"

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 |
Writer for writing version V3.2/V3.3 of BioWare's GFFs (generic file format).
Definition in file gff3writer.h.
1.8.14