xo-interpreter2: vsm uses VsmRcx for runtime context
This commit is contained in:
parent
5e1eef3fc7
commit
01df73b371
8 changed files with 139 additions and 4 deletions
28
src/interpreter2/IRuntimeContext_DVsmRcx.cpp
Normal file
28
src/interpreter2/IRuntimeContext_DVsmRcx.cpp
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
/** @file IRuntimeContext_DVsmRcx.cpp
|
||||
*
|
||||
* Generated automagically from ingredients:
|
||||
* 1. code generator:
|
||||
* [xo-facet/codegen/genfacet]
|
||||
* arguments:
|
||||
* --input [idl/IRuntimeContext_DVsmRcx.json5]
|
||||
* 2. jinja2 template for abstract facet .hpp file:
|
||||
* [iface_facet_any.hpp.j2]
|
||||
* 3. idl for facet methods
|
||||
* [idl/IRuntimeContext_DVsmRcx.json5]
|
||||
**/
|
||||
|
||||
#include "detail/IRuntimeContext_DVsmRcx.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace scm {
|
||||
auto
|
||||
IRuntimeContext_DVsmRcx::allocator(const DVsmRcx & self) noexcept -> obj<AAllocator>
|
||||
{
|
||||
return self.allocator();
|
||||
}
|
||||
|
||||
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
||||
/* end IRuntimeContext_DVsmRcx.cpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue