refactor: make shallow_move() available from AGCObjectVisitor
This commit is contained in:
parent
d740c94406
commit
0bc037f1ea
2 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ namespace xo {
|
|||
// const methods
|
||||
|
||||
// non-const methods
|
||||
/** move instance using allocator **/
|
||||
/** move instance using collector **/
|
||||
static Opaque shallow_move(DGlobalEnv & self, obj<ACollector> gc) noexcept;
|
||||
/** Invoke fn.visit_child(iface,data) for each child GCObject pointer.
|
||||
Context: provides address of data pointer so it can be updated in place
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ namespace xo {
|
|||
// const methods
|
||||
|
||||
// non-const methods
|
||||
/** move instance using allocator **/
|
||||
/** move instance using collector **/
|
||||
static Opaque shallow_move(DSchematikaParser & self, obj<ACollector> gc) noexcept;
|
||||
/** Invoke fn.visit_child(iface,data) for each child GCObject pointer.
|
||||
Context: provides address of data pointer so it can be updated in place
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue