xo-umbrella2/xo-gc/include/xo/gc/GCObjectStoreVisitor.hpp
Roland Conybeare 456ea4dbb9 xo-gc: refactor: demote GCObjectVisitor to GCObjectStore
No longer needed by DX1Collector
Also retires utest/MockCollector
2026-04-12 14:54:38 -04:00

11 lines
230 B
C++

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