xo-interpreter2: scaffold repl + alloc measurement frameowkr
This commit is contained in:
parent
7028fa49f8
commit
f6aae4190e
42 changed files with 1398 additions and 198 deletions
22
xo-alloc2/include/xo/alloc2/ResourceVisitor.hpp
Normal file
22
xo-alloc2/include/xo/alloc2/ResourceVisitor.hpp
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
/** @file ResourceVisitor.hpp
|
||||
*
|
||||
* Generated automagically from ingredients:
|
||||
* 1. code generator:
|
||||
* [xo-facet/codegen/genfacet]
|
||||
* arguments:
|
||||
* --input [idl/ResourceVisitor.json5]
|
||||
* 2. jinja2 template for facet .hpp file:
|
||||
* [facet.hpp.j2]
|
||||
* 3. idl for facet methods
|
||||
* [idl/ResourceVisitor.json5]
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "visitor/AResourceVisitor.hpp"
|
||||
#include "visitor/IResourceVisitor_Any.hpp"
|
||||
#include "visitor/IResourceVisitor_Xfer.hpp"
|
||||
#include "visitor/RResourceVisitor.hpp"
|
||||
|
||||
|
||||
/* end ResourceVisitor.hpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue