xo-gc: refactor: demote GCObjectVisitor to GCObjectStore

No longer needed by DX1Collector
Also retires utest/MockCollector
This commit is contained in:
Roland Conybeare 2026-04-12 14:54:38 -04:00
commit 9e74e35c68
21 changed files with 242 additions and 331 deletions

View file

@ -0,0 +1,11 @@
/** @file GCObjectStoreVisitor.hpp
*
* @author Roland Conybeare, Apr 2026
**/
#pragma once
#include "DGCObjectStoreVisitor.hpp"
#include "detail/IGCObjectVisitor_DGCObjectStoreVisitor.hpp"
/* end GCObjectStoreVisitor.hpp */