xo-expression2: + IGCObject_DUniqueString + facet/type registration
This commit is contained in:
parent
0ae4b1528f
commit
aae8a3e864
8 changed files with 227 additions and 3 deletions
17
include/xo/expression2/expression2_register_facets.hpp
Normal file
17
include/xo/expression2/expression2_register_facets.hpp
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
/** @file expression2_register_facets.hpp
|
||||
*
|
||||
* @author Roland Conybeare, Jan 2026
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <xo/gc/Collector.hpp>
|
||||
|
||||
namespace xo {
|
||||
namespace scm {
|
||||
/** Register expression2 (facet,impl) combinations with FacetRegistry **/
|
||||
bool expression2_register_facets();
|
||||
}
|
||||
}
|
||||
|
||||
/* end expression2_register_facets.hpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue