xo-gc stack: + gc-report-object-types() primitive
This commit is contained in:
parent
1cbae893b9
commit
28cd1523fa
4 changed files with 66 additions and 7 deletions
|
|
@ -35,6 +35,8 @@ namespace xo {
|
|||
|
||||
operator long() const noexcept { return value_; }
|
||||
|
||||
void assign_value(long x) noexcept { this->value_ = x; }
|
||||
|
||||
// GCObject facet
|
||||
|
||||
std::size_t shallow_size() const noexcept;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue