subrepo: subdir: "xo-gc" merged: "b1898230" upstream: origin: "git@github.com:Rconybea/xo-gc.git" branch: "main" commit: "b1898230" git-subrepo: version: "0.4.9" origin: "???" commit: "???"
11 lines
230 B
C++
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 */
|