aboutsummaryrefslogtreecommitdiff
path: root/slang_rs_reflection_cpp.h
diff options
context:
space:
mode:
authorJean-Luc Brouillet <jeanluc@google.com>2014-06-04 14:53:48 -0700
committerJean-Luc Brouillet <jeanluc@google.com>2014-06-05 15:31:00 -0700
commit59f22c376b2c1cd109735280689224fadfe40b42 (patch)
tree3da5065411c0d1f84c595c467363f15e9a31521c /slang_rs_reflection_cpp.h
parentffc5a94e02d6949b1f4b019e3dd0aeafb19572c8 (diff)
downloadslang-59f22c376b2c1cd109735280689224fadfe40b42.tar.gz
Set the reflection parameters in the constructors.
Change-Id: I3c74ab5a10d7aa3adaf460c56d2ab295a766fcfb
Diffstat (limited to 'slang_rs_reflection_cpp.h')
-rw-r--r--slang_rs_reflection_cpp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/slang_rs_reflection_cpp.h b/slang_rs_reflection_cpp.h
index 20e0c21..014e66c 100644
--- a/slang_rs_reflection_cpp.h
+++ b/slang_rs_reflection_cpp.h
@@ -28,12 +28,12 @@ namespace slang {
class RSReflectionCpp {
public:
- explicit RSReflectionCpp(const RSContext *);
+ RSReflectionCpp(const RSContext *Context, const std::string &OutputDirectory,
+ const std::string &RSSourceFileName,
+ const std::string &BitCodeFileName);
virtual ~RSReflectionCpp();
- bool reflect(const std::string &OutputPathBase,
- const std::string &InputFileName,
- const std::string &OutputBCFileName);
+ bool reflect();
private:
// List of of (type, name) pairs.