xo-reader2/xo-object2/include/xo/object2/Integer.hpp

12 lines
214 B
C++

/** @file Integer.hpp
*
* @author Roland Conybeare, Feb 2026
**/
#pragma once
#include "DInteger.hpp"
#include "number/IGCObject_DInteger.hpp"
#include "number/IPrintable_DInteger.hpp"
/* end Integer.hpp */