xoreos
0.0.5
|
A GFF3 list containing GFF3 structs. More...
#include <gff3writer.h>
Public Member Functions | |
GFF3WriterList (GFF3Writer *parent) | |
GFF3WriterStructPtr | addStruct (const Common::UString &label) |
Add a new struct to the list. More... | |
size_t | getSize () const |
Private Attributes | |
GFF3Writer * | _parent |
std::vector< size_t > | _strcts |
Friends | |
class | GFF3Writer |
class | GFF3WriterStruct |
A GFF3 list containing GFF3 structs.
Definition at line 105 of file gff3writer.h.
Aurora::GFF3WriterList::GFF3WriterList | ( | GFF3Writer * | parent | ) |
Definition at line 326 of file gff3writer.cpp.
GFF3WriterStructPtr Aurora::GFF3WriterList::addStruct | ( | const Common::UString & | label | ) |
Add a new struct to the list.
Definition at line 299 of file gff3writer.cpp.
References Aurora::GFF3Writer::_fields, _parent, _strcts, Aurora::GFF3Writer::_structs, Aurora::GFF3Writer::addLabel(), and Aurora::GFF3Struct::kFieldTypeStruct.
size_t Aurora::GFF3WriterList::getSize | ( | ) | const |
Definition at line 322 of file gff3writer.cpp.
References _strcts.
|
friend |
Definition at line 115 of file gff3writer.h.
|
friend |
Definition at line 116 of file gff3writer.h.
|
private |
Definition at line 118 of file gff3writer.h.
Referenced by addStruct().
|
private |
Definition at line 119 of file gff3writer.h.
Referenced by addStruct(), and getSize().