xo-alloc2: still more header org-streamlining
This commit is contained in:
parent
cffee6b7cf
commit
1b5067d643
13 changed files with 28 additions and 15 deletions
|
|
@ -5,8 +5,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "ACollector.hpp"
|
||||
#include "ICollector_Any.hpp"
|
||||
#include "RCollector.hpp"
|
||||
#include "gc/ACollector.hpp"
|
||||
#include "gc/ICollector_Any.hpp"
|
||||
#include "gc/RCollector.hpp"
|
||||
|
||||
/* end Collector.hpp */
|
||||
13
xo-alloc2/include/xo/alloc2/GCObject.hpp
Normal file
13
xo-alloc2/include/xo/alloc2/GCObject.hpp
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/** @file GCObject.hpp
|
||||
*
|
||||
* @author Roland Conybeare, Dec 2025
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gcobject/AGCObject.hpp"
|
||||
#include "gcobject/IGCObject_Any.hpp"
|
||||
#include "gcobject/IGCObject_Xfer.hpp"
|
||||
#include "gcobject/RGCObject.hpp"
|
||||
|
||||
/* end GCObject.hpp */
|
||||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "IGCObject_Any.hpp"
|
||||
#include "gcobject/IGCObject_Any.hpp"
|
||||
|
||||
#include <xo/facet/facet_implementation.hpp>
|
||||
#include <xo/facet/typeseq.hpp>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
* @author Roland Conybeare, Dec 2025
|
||||
**/
|
||||
|
||||
#include "gc/IGCObject_Any.hpp"
|
||||
#include "gcobject/IGCObject_Any.hpp"
|
||||
#include <iostream>
|
||||
|
||||
namespace xo {
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
* see xo-object2/utest
|
||||
**/
|
||||
|
||||
#include "gc/Collector.hpp"
|
||||
#include "Collector.hpp"
|
||||
#include "gc/DX1Collector.hpp"
|
||||
#include <xo/indentlog/print/tag.hpp>
|
||||
#include <catch2/catch.hpp>
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
* @author Roland Conybeare, Dec 2025
|
||||
**/
|
||||
|
||||
#include "xo/alloc2/gc/RGCObject.hpp"
|
||||
#include "xo/alloc2/gc/IGCObject_Any.hpp"
|
||||
#include "xo/alloc2/GCObject.hpp"
|
||||
//#include "xo/alloc2/gcobject/RGCObject.hpp"
|
||||
#include "xo/facet/obj.hpp"
|
||||
|
||||
namespace xo {
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
#pragma once
|
||||
|
||||
#include <xo/alloc2/alloc/AAllocator.hpp>
|
||||
#include <xo/alloc2/gc/AGCObject.hpp>
|
||||
#include <xo/alloc2/gc/IGCObject_Xfer.hpp>
|
||||
#include <xo/alloc2/gcobject/AGCObject.hpp>
|
||||
#include <xo/alloc2/gcobject/IGCObject_Xfer.hpp>
|
||||
#include "DFloat.hpp"
|
||||
|
||||
namespace xo {
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
#pragma once
|
||||
|
||||
#include "xo/alloc2/alloc/AAllocator.hpp"
|
||||
#include <xo/alloc2/gc/AGCObject.hpp>
|
||||
#include <xo/alloc2/gc/IGCObject_Xfer.hpp>
|
||||
#include <xo/alloc2/gcobject/AGCObject.hpp>
|
||||
#include <xo/alloc2/gcobject/IGCObject_Xfer.hpp>
|
||||
#include "DInteger.hpp"
|
||||
|
||||
namespace xo {
|
||||
|
|
|
|||
|
|
@ -7,12 +7,12 @@
|
|||
|
||||
#include <xo/alloc2/alloc/AAllocator.hpp>
|
||||
#include <xo/alloc2/alloc/RAllocator.hpp>
|
||||
#include <xo/alloc2/gc/Collector.hpp>
|
||||
#include <xo/alloc2/Collector.hpp>
|
||||
//#include <xo/alloc2/gc/ACollector.hpp>
|
||||
//#include <xo/alloc2/gc/ICollector_Any.hpp>
|
||||
//#include <xo/alloc2/gc/RCollector.hpp>
|
||||
#include <xo/alloc2/gc/AGCObject.hpp>
|
||||
#include <xo/alloc2/gc/IGCObject_Xfer.hpp>
|
||||
#include <xo/alloc2/gcobject/AGCObject.hpp>
|
||||
#include <xo/alloc2/gcobject/IGCObject_Xfer.hpp>
|
||||
#include "DList.hpp"
|
||||
|
||||
namespace xo {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue