CBMC
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
convert_bool_literal.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: Statement List Language Conversion
4
5Author: Matthias Weiss, matthias.weiss@diffblue.com
6
7\*******************************************************************/
8
11
12#ifndef CPROVER_STATEMENT_LIST_CONVERTERS_CONVERT_BOOL_LITERAL_H
13#define CPROVER_STATEMENT_LIST_CONVERTERS_CONVERT_BOOL_LITERAL_H
14
15#include <string>
16
17#include <util/std_expr.h>
18
22constant_exprt convert_bool_literal(const std::string &src);
23
24#endif // CPROVER_STATEMENT_LIST_CONVERTERS_CONVERT_INT_LITERAL_H
A constant literal expression.
Definition std_expr.h:3117
constant_exprt convert_bool_literal(const std::string &src)
Converts a string into the corresponding 'Bool' expression.
API to expression classes.