CBMC
json_symbol.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: JSON symbol deserialization
4 
5 Author: Chris Smowton, chris.smowton@diffblue.com
6 
7 \*******************************************************************/
8 
9 #ifndef CPROVER_JSON_SYMTAB_LANGUAGE_JSON_SYMBOL_H
10 #define CPROVER_JSON_SYMTAB_LANGUAGE_JSON_SYMBOL_H
11 
12 #include <util/symbol.h>
13 
14 class jsont;
15 
17 
18 #endif
Definition: json.h:27
Symbol table entry.
Definition: symbol.h:28
symbolt symbol_from_json(const jsont &)
Deserialise a json object to a symbolt.
Definition: json_symbol.cpp:45
Symbol table entry.