mirror of
https://github.com/Z3Prover/z3
synced 2025-06-04 05:11:21 +00:00
add get_lstring per #2286
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
112e13eeea
commit
b2845d888e
11 changed files with 64 additions and 10 deletions
|
@ -107,6 +107,7 @@ public:
|
|||
unsigned num_bits() const { return (m_encoding==ascii)?8:16; }
|
||||
encoding get_encoding() const { return m_encoding; }
|
||||
std::string encode() const;
|
||||
std::string as_string() const;
|
||||
unsigned length() const { return m_buffer.size(); }
|
||||
unsigned operator[](unsigned i) const { return m_buffer[i]; }
|
||||
bool empty() const { return m_buffer.empty(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue