git subrepo clone git@github.com:Rconybea/xo-stringtable2.git xo-stringtable2
subrepo: subdir: "xo-stringtable2" merged: "356a03a0" upstream: origin: "git@github.com:Rconybea/xo-stringtable2.git" branch: "main" commit: "356a03a0" git-subrepo: version: "0.4.9" origin: "???" commit: "???"
This commit is contained in:
parent
05acb038a7
commit
323d5a62dc
37 changed files with 2640 additions and 0 deletions
|
|
@ -0,0 +1,25 @@
|
|||
/** @file SetupStringtable2.hpp
|
||||
*
|
||||
* @author Roland Conybeare, Mar 2026
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <xo/alloc2/Collector.hpp>
|
||||
|
||||
namespace xo {
|
||||
namespace scm {
|
||||
struct SetupStringtable2 {
|
||||
public:
|
||||
using ACollector = xo::mm::ACollector;
|
||||
|
||||
public:
|
||||
/** Register object2 (facet,impl) combinations with FacetRegistry **/
|
||||
static bool register_facets();
|
||||
/** Register types with garbage collector **/
|
||||
static bool register_types(obj<ACollector> gc);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
/* end SetupStringtable2.hpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue