xo-reader2 stack: convenience #includes + parsing examples
This commit is contained in:
parent
dde29946d5
commit
2da4054e4d
2 changed files with 24 additions and 0 deletions
12
include/xo/object2/Float.hpp
Normal file
12
include/xo/object2/Float.hpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/** @file Float.hpp
|
||||
*
|
||||
* @author Roland Conybeare, Feb 2026
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "DFloat.hpp"
|
||||
#include "number/IGCObject_DFloat.hpp"
|
||||
#include "number/IPrintable_DFloat.hpp"
|
||||
|
||||
/* end Float.hpp */
|
||||
12
include/xo/object2/String.hpp
Normal file
12
include/xo/object2/String.hpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/** @file String.hpp
|
||||
*
|
||||
* @author Roland Conybeare, Feb 22026
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "DString.hpp"
|
||||
#include "string/IGCObject_DString.hpp"
|
||||
#include "string/IPrintable_DString.hpp"
|
||||
|
||||
/* end String.hpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue