CBMC
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
json_symbol_table.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: JSON symbol table deserialization
4
5Author: 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
12class jsont;
14
16
17#endif
Definition json.h:27
The symbol table base class interface.
void symbol_table_from_json(const jsont &, symbol_table_baset &)