/** @file IGCObject_DArray.hpp * * Generated automagically from ingredients: * 1. code generator: * [xo-facet/codegen/genfacet] * arguments: * --input [idl/IGCObject_DArray.json5] * 2. jinja2 template for abstract facet .hpp file: * [iface_facet_repr.hpp.j2] * 3. idl for facet methods * [idl/IGCObject_DArray.json5] **/ #pragma once #include "GCObject.hpp" #include "DArray.hpp" namespace xo { namespace scm { class IGCObject_DArray; } } namespace xo { namespace facet { template <> struct FacetImplementation { using ImplType = xo::mm::IGCObject_Xfer ; }; } } namespace xo { namespace scm { /** @class IGCObject_DArray **/ class IGCObject_DArray { public: /** @defgroup scm-gcobject-darray-type-traits **/ ///@{ using size_type = xo::mm::AGCObject::size_type; using AAllocator = xo::mm::AGCObject::AAllocator; using ACollector = xo::mm::AGCObject::ACollector; using Copaque = xo::mm::AGCObject::Copaque; using Opaque = xo::mm::AGCObject::Opaque; ///@} /** @defgroup scm-gcobject-darray-methods **/ ///@{ // const methods /** memory consumption for this instance **/ static size_type shallow_size(const DArray & self) noexcept; // non-const methods /** move instance using allocator **/ static Opaque shallow_move(DArray & self, obj gc) noexcept; /** during GC: forward immdiate children **/ static size_type forward_children(DArray & self, obj gc) noexcept; ///@} }; } /*namespace scm*/ } /*namespace xo*/ /* end */