Public Member Functions | |
symbol (context &c, Z3_symbol s) | |
symbol (symbol const &s) | |
symbol & | operator= (symbol const &s) |
operator Z3_symbol () const | |
Z3_symbol_kind | kind () const |
std::string | str () const |
int | to_int () const |
Public Member Functions inherited from object | |
object (context &c) | |
object (object const &s) | |
context & | ctx () const |
Z3_error_code | check_error () const |
Friends | |
std::ostream & | operator<< (std::ostream &out, symbol const &s) |
Additional Inherited Members | |
Protected Attributes inherited from object | |
context * | m_ctx |
|
inline |
Definition at line 431 of file z3++.h.
Referenced by z3::operator<<().
|
inline |
Definition at line 432 of file z3++.h.
Referenced by z3::operator<<().
|
inline |
Definition at line 433 of file z3++.h.
Referenced by z3::operator<<().
|
friend |
Definition at line 437 of file z3++.h.