xo-type: + DArrayType
This commit is contained in:
parent
0e3e0d8751
commit
553e7c0151
17 changed files with 511 additions and 0 deletions
16
idl/IGCObject_DArrayType.json5
Normal file
16
idl/IGCObject_DArrayType.json5
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
mode: "implementation",
|
||||
output_cpp_dir: "src/type",
|
||||
output_hpp_dir: "include/xo/type",
|
||||
output_impl_subdir: "array",
|
||||
includes: [
|
||||
],
|
||||
local_types: [ ],
|
||||
namespace1: "xo",
|
||||
namespace2: "scm",
|
||||
facet_idl: "idl/GCObject.json5",
|
||||
brief: "provide AGCObject interface for DArrayType",
|
||||
using_doxygen: true,
|
||||
repr: "DArrayType",
|
||||
doc: [ "implement AGCObject for DArrayType" ],
|
||||
}
|
||||
16
idl/IType_DArrayType.json5
Normal file
16
idl/IType_DArrayType.json5
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
mode: "implementation",
|
||||
output_cpp_dir: "src/type",
|
||||
output_hpp_dir: "include/xo/type",
|
||||
output_impl_subdir: "array",
|
||||
includes: [],
|
||||
local_types: [],
|
||||
namespace1: "xo",
|
||||
namespace2: "scm",
|
||||
|
||||
facet_idl: "idl/Type.json5",
|
||||
brief: "provide AType interface for DArrayType",
|
||||
using_doxygen: true,
|
||||
repr: "DArrayType",
|
||||
doc: [ "implement AType for DArrayType" ],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue