xo-umbrella2/xo-stringtable2/include/xo/stringtable2/SetupStringtable2.hpp
Roland Conybeare 323d5a62dc 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:   "???"
2026-06-06 22:22:29 -04:00

25 lines
579 B
C++

/** @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 */