mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
hide PgfDBMarshaller
This commit is contained in:
@@ -93,7 +93,7 @@ typedef struct {
|
|||||||
PgfExpr expr;
|
PgfExpr expr;
|
||||||
} PgfExprProb;
|
} PgfExprProb;
|
||||||
|
|
||||||
struct PgfDBMarshaller : public PgfMarshaller {
|
struct PGF_INTERNAL_DECL PgfDBMarshaller : public PgfMarshaller {
|
||||||
virtual object match_lit(PgfUnmarshaller *u, PgfLiteral l);
|
virtual object match_lit(PgfUnmarshaller *u, PgfLiteral l);
|
||||||
virtual object match_expr(PgfUnmarshaller *u, PgfExpr e);
|
virtual object match_expr(PgfUnmarshaller *u, PgfExpr e);
|
||||||
virtual object match_type(PgfUnmarshaller *u, PgfType ty);
|
virtual object match_type(PgfUnmarshaller *u, PgfType ty);
|
||||||
|
|||||||
Reference in New Issue
Block a user