mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
adding plugin for local search strings
This commit is contained in:
parent
36725758eb
commit
b4e768cfb0
4 changed files with 389 additions and 1 deletions
|
@ -79,7 +79,7 @@ public:
|
|||
bool contains(zstring const& other) const;
|
||||
int indexofu(zstring const& other, unsigned offset) const;
|
||||
int last_indexof(zstring const& other) const;
|
||||
zstring extract(unsigned lo, unsigned hi) const;
|
||||
zstring extract(unsigned offset, unsigned length) const;
|
||||
zstring operator+(zstring const& other) const;
|
||||
bool operator==(const zstring& other) const;
|
||||
bool operator!=(const zstring& other) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue