Hello,
i'm trying to define function that returns a fstream file
fstream GetFile();
or
FILE GetFile();
example:
[["cpp:include:fstream"]]
module Filesystem {
interface File {
["cpp:type:fstream"] GetFile();
};
};
i can't find the mapping of fstream or FILE in SLICE
could you help me on that?
have a great day,moshe

Reply With Quote