xo-object2: streamline setup
This commit is contained in:
parent
a136642a20
commit
441044dd01
9 changed files with 55 additions and 104 deletions
23
include/xo/object2/SetupObject2.hpp
Normal file
23
include/xo/object2/SetupObject2.hpp
Normal 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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue