xo-gc: utest: fairly comprehensive GCObjectStore utest
Generative!
This commit is contained in:
parent
21ce28ee82
commit
bc248fec20
1 changed files with 3 additions and 0 deletions
|
|
@ -50,6 +50,9 @@ namespace xo {
|
|||
obj<AGCObject> car,
|
||||
DList * cdr);
|
||||
|
||||
obj<AGCObject> head() const noexcept { return head_; }
|
||||
DList * rest() const noexcept { return rest_; }
|
||||
|
||||
/** DList length is at least 1 **/
|
||||
bool is_empty() const noexcept;
|
||||
/** DList models a finite sequence **/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue