refactor: + xo-stringtable2 w/ DString impl
This commit is contained in:
parent
f8e534f4f6
commit
5fc59b0df4
25 changed files with 1709 additions and 0 deletions
21
include/xo/stringtable2/init_stringtable2.hpp
Normal file
21
include/xo/stringtable2/init_stringtable2.hpp
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
/** @file init_stringtable2.hpp
|
||||
*
|
||||
* @author Roland Conybeare, Jan 2026
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <xo/subsys/Subsystem.hpp>
|
||||
|
||||
namespace xo {
|
||||
/* tag to represent the xo-expression2/ subsystem within ordered initialization */
|
||||
enum S_stringtable2_tag {};
|
||||
|
||||
template <>
|
||||
struct InitSubsys<S_stringtable2_tag> {
|
||||
static void init();
|
||||
static InitEvidence require();
|
||||
};
|
||||
} /*namespace xo*/
|
||||
|
||||
/* end init_stringtable2.hpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue