19 lines
548 B
Text
19 lines
548 B
Text
{
|
|
mode: "implementation",
|
|
output_cpp_dir: "src/object2",
|
|
output_hpp_dir: "include/xo/object2",
|
|
output_impl_subdir: "number",
|
|
includes: [
|
|
"<xo/object2/number/GCObjectConversion_DFloat.hpp>",
|
|
"<xo/alloc2/GCObject.hpp>",
|
|
"<xo/alloc2/Allocator.hpp>"
|
|
],
|
|
local_types: [ ],
|
|
namespace1: "xo",
|
|
namespace2: "scm",
|
|
facet_idl: "idl/GCObject.json5",
|
|
brief: "provide AGCObject interface for DFloat",
|
|
using_doxygen: true,
|
|
repr: "DFloat",
|
|
doc: [ "implement AGCObject for DFloat" ],
|
|
}
|