CBMC
json_symbol_table.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: JSON symbol table deserialization
4 
5 Author: Chris Smowton, chris.smowton@diffblue.com
6 
7 \*******************************************************************/
8 
9 #ifndef CPROVER_JSON_SYMTAB_LANGUAGE_JSON_SYMBOL_TABLE_H
10 #define CPROVER_JSON_SYMTAB_LANGUAGE_JSON_SYMBOL_TABLE_H
11 
12 class jsont;
13 class symbol_table_baset;
14 
16 
17 #endif
Definition: json.h:27
The symbol table base class interface.
void symbol_table_from_json(const jsont &, symbol_table_baset &)