CBMC
|
#include "json_symbol_table.h"
#include "json_symbol.h"
#include <util/exception_utils.h>
#include <util/json.h>
#include <util/symbol_table.h>
Go to the source code of this file.
Functions | |
void | symbol_table_from_json (const jsont &in, symbol_tablet &symbol_table) |
void symbol_table_from_json | ( | const jsont & | in, |
symbol_tablet & | symbol_table | ||
) |
Definition at line 16 of file json_symbol_table.cpp.