xo-allod: + per-type stats + pretty printing
This commit is contained in:
parent
150bfa4aa2
commit
13f4fb0935
26 changed files with 473 additions and 203 deletions
|
|
@ -29,6 +29,11 @@ namespace xo {
|
|||
return Reflect::make_tp(const_cast<Integer*>(this));
|
||||
}
|
||||
|
||||
void
|
||||
Integer::display(std::ostream & os) const {
|
||||
os << value_;
|
||||
}
|
||||
|
||||
std::size_t
|
||||
Integer::_shallow_size() const {
|
||||
return sizeof(Integer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue