+ xo-alloc + xo-object + xo-alloc docs + GC utests
This commit is contained in:
parent
03c8d66401
commit
e1d5ae46d2
58 changed files with 3948 additions and 83 deletions
20
xo-object/include/xo/object/Numeric.hpp
Normal file
20
xo-object/include/xo/object/Numeric.hpp
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
/* @file Numeric.hpp
|
||||
*
|
||||
* author: Roland Conybeare, Aug 2025
|
||||
*/
|
||||
|
||||
#include "xo/alloc/Object.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace obj {
|
||||
class Numeric : public Object {
|
||||
// inherited from Object..
|
||||
|
||||
//virtual std::size_t _shallow_size() const override;
|
||||
//virtual Object * _shallow_copy() override;
|
||||
//virtual std::size_t _forward_children() override;
|
||||
};
|
||||
} /*namespace obj*/
|
||||
} /*namespace xo*/
|
||||
|
||||
/* end Numeric.hpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue