CBMC
Loading...
Searching...
No Matches
json_symbol.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: JSON symbol deserialization
4
5Author: 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
14class 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.
Symbol table entry.