1/*******************************************************************\
3Module: Format specifiers for String.format
5Author: Romain Brenguier, Joel Allred
7\*******************************************************************/
12#ifndef CPROVER_SOLVERS_STRINGS_FORMAT_SPECIFIER_H
13#define CPROVER_SOLVERS_STRINGS_FORMAT_SPECIFIER_H
19// Format specifier describes how a value should be printed.
25 // Constants describing the meaning of characters in format specifiers.
75// Format text represent a constant part of a format string.
98// A format element is either a specifier or text.
152 std::vector<format_specifiert>
fspec;
162#endif // CPROVER_SOLVERS_STRINGS_FORMAT_SPECIFIER_H
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
std::string get_content() const
format_textt(std::string _content)
format_textt(const format_textt &fs)
#define PRECONDITION(CONDITION)