search for: typedefinit

Displaying 2 results from an estimated 2 matches for "typedefinit".

Did you mean: typedefing
2009 Nov 03
1
help with SSOAP (can't find working examples)
First of all, let me confess that I am a newbie to R and don't know much about the language or the environment. We have a need for plugging in R in our production runtime and need the ability to pull data out of our existing services. I am trying to see if I can take advantage of SSOAP such that we can expose the data via webservices and use SSOAP to call into them. Our runtime is mostly
2012 Jun 03
0
[LLVMdev] clang -ast-dump-xml....
...f I could create wrapper and stub C modules - wrapper for clang, which would hide C++ - narrowing to pure C exports, and stub code for microsoft compiler, which would do the same thing on callee side.   In order to create such wrapper / stub modules - I need to walk through function prototypes and typedefinitions available in source code and generate code according to that meta-data.   I have located that clang has two kind of special command line arguments- like '-ast-dump' and '-ast-dump-xml' (available in debug version only for some reason) - which does something that I need.   For s...