1/*******************************************************************\
5Author: Daniel Kroening, kroening@kroening.com
7\*******************************************************************/
9#ifndef CPROVER_UTIL_FORMAT_EXPR_H
10#define CPROVER_UTIL_FORMAT_EXPR_H
12#include "format.h" // IWYU pragma: keep
28 std::function<std::ostream &(std::ostream &,
const exprt &)>);
30#endif // CPROVER_UTIL_FORMAT_EXPR_H
dstringt has one field, an unsigned integer no which is an index into a static table of strings.
Base class for all expressions.