mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 18:52:50 -06:00
writePGF now allows to select list of languages
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
class PGF_INTERNAL_DECL PgfWriter
|
||||
{
|
||||
public:
|
||||
PgfWriter(FILE *out);
|
||||
PgfWriter(PgfText **langs, FILE *out);
|
||||
|
||||
void write_uint8(uint8_t b);
|
||||
void write_u16be(uint16_t u);
|
||||
@@ -66,6 +66,7 @@ private:
|
||||
void write_presult(ref<ref<PgfPResult>> r) { write_presult(*r); };
|
||||
|
||||
FILE *out;
|
||||
PgfText **langs;
|
||||
|
||||
ref<PgfAbstr> abstract;
|
||||
PgfPhrasetableIds seq_ids;
|
||||
|
||||
Reference in New Issue
Block a user