Figured out out to get the field values of a java/kotlin class object from C/C++

This commit is contained in:
kdeng00
2019-10-11 20:57:22 -04:00
parent 878c62f2cb
commit 58825427d0
12 changed files with 268 additions and 97 deletions
+1
View File
@@ -20,6 +20,7 @@ namespace repository {
model::Song retrieveSong(const std::string&, const int);
model::Song retrieveSong(const std::string&, const std::string&, const int);
model::Song retrieveSong(const std::string&, const std::string&, const model::Song&);
model::Song retrieveSong(const model::Token&, const model::Song&, const std::string&);
private:
static size_t respBodyRetriever(void*, size_t, size_t, char*);
};