22 lines
497 B
C++
22 lines
497 B
C++
/** @file GCObject.hpp
|
|
*
|
|
* Generated automagically from ingredients:
|
|
* 1. code generator:
|
|
* [xo-facet/codegen/genfacet]
|
|
* arguments:
|
|
* --input [idl/GCObject.json5]
|
|
* 2. jinja2 template for facet .hpp file:
|
|
* [facet.hpp.j2]
|
|
* 3. idl for facet methods
|
|
* [idl/GCObject.json5]
|
|
**/
|
|
|
|
#pragma once
|
|
|
|
#include "detail/AGCObject.hpp"
|
|
#include "detail/IGCObject_Any.hpp"
|
|
#include "detail/IGCObject_Xfer.hpp"
|
|
#include "detail/RGCObject.hpp"
|
|
|
|
|
|
/* end GCObject.hpp */
|