We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you want to use cling, maybe following will be useful: https://github.com/blockspacer/CXXCTP/blob/master/src/template_engine/engine_main.cpp#L20
Note argRefToCling function, it allows to pass C++ variables into Cling (or maybe it is possible to do it easier).
argRefToCling
// Or use macro / codegen #define ARG_REF_TO_CLING(varType, varName) argRefToCling(varType, #varName, (varName))
Also note that usage example is reflection/codegen engine ( https://github.com/blockspacer/CXXCTP ), may be useful for game engine/level editor/e.t.c.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you want to use cling, maybe following will be useful:
https://github.com/blockspacer/CXXCTP/blob/master/src/template_engine/engine_main.cpp#L20
Note
argRefToCling
function, it allows to pass C++ variables into Cling (or maybe it is possible to do it easier).Also note that usage example is reflection/codegen engine ( https://github.com/blockspacer/CXXCTP ), may be useful for game engine/level editor/e.t.c.
The text was updated successfully, but these errors were encountered: