xo-object2: streamline setup

This commit is contained in:
Roland Conybeare 2026-03-16 14:57:23 -05:00
commit 441044dd01
9 changed files with 55 additions and 104 deletions

View file

@ -0,0 +1,23 @@
/** @file SetupObject2.hpp
*
* @author Roland Conybeare, Jan 2026
**/
#pragma once
#include <xo/alloc2/Collector.hpp>
namespace xo {
namespace scm {
struct SetupObject2 {
public:
using ACollector = xo::mm::ACollector;
public:
static bool register_facets();
static bool register_types(obj<ACollector> gc);
};
}
}
/* end object2_register_facets.hpp */