From 7971f22167db5f108430e4735e4cc1b492e6bd9d Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Fri, 13 Feb 2015 18:36:08 -0500 Subject: work on value list and value map, can insert into vmap --- src/compiler.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/compiler.h') diff --git a/src/compiler.h b/src/compiler.h index 56e4a446..e7ba7bff 100644 --- a/src/compiler.h +++ b/src/compiler.h @@ -768,6 +768,11 @@ struct Compiler void initListFunctions( GenericType *gen ); void initListElFields( GenericType *gen ); + void initValueListFields( GenericType *gen ); + void initValueListFunctions( GenericType *gen ); + void initValueMapFunctions( GenericType *gen ); + void initValueMapFields( GenericType *gen ); + void initVectorFunctions( GenericType *gen ); void initParserField( GenericType *gen, const char *name, int offset, TypeRef *typeRef ); -- cgit v1.2.1