refactor: + xo-stringtable2 w/ DString impl
This commit is contained in:
parent
133f1d212d
commit
dc530ea9d8
57 changed files with 387 additions and 78 deletions
14
xo-stringtable2/include/xo/stringtable2/String.hpp
Normal file
14
xo-stringtable2/include/xo/stringtable2/String.hpp
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
/** @file String.hpp
|
||||
*
|
||||
* @author Roland Conybeare, Feb 2026
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "DString.hpp"
|
||||
#include "string/IGCObject_DString.hpp"
|
||||
#include "string/IPrintable_DString.hpp"
|
||||
|
||||
#include <xo/alloc2/Allocator.hpp>
|
||||
|
||||
/* end String.hpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue