mirror of
https://github.com/Z3Prover/z3
synced 2025-09-17 23:21:28 +00:00
DoC: implement get_size_estimate_bytes()
Signed-off-by: Nuno Lopes <a-nlopes@microsoft.com>
This commit is contained in:
parent
c0e0b39a1d
commit
2444440edc
6 changed files with 22 additions and 7 deletions
|
@ -181,6 +181,10 @@ namespace datalog {
|
|||
m_elems.display(dm, out); out << "\n";
|
||||
}
|
||||
|
||||
unsigned udoc_relation::get_size_estimate_bytes() const {
|
||||
return sizeof(*this) + m_elems.get_size_estimate_bytes(dm);
|
||||
}
|
||||
|
||||
// -------------
|
||||
|
||||
udoc_plugin::udoc_plugin(relation_manager& rm):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue