CBMC
|
Given a string of the format '?blah?', will return true when compared against a string that matches appart from any characters that are '?' in the original string. More...
#include <pattern.h>
Public Member Functions | |
patternt (const char *_p) | |
bool | operator== (const u1 bytecode) const |
Protected Attributes | |
const char * | p |
Friends | |
bool | operator== (const u1 bytecode, const patternt &p) |
bool | operator!= (const u1 bytecode, const patternt &p) |
Given a string of the format '?blah?', will return true when compared against a string that matches appart from any characters that are '?' in the original string.
Equivalent to doing a regex match on '.blah.'
|
inline |