diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-02-09 15:32:54 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-02-09 15:32:54 +0100 |
commit | 8e6725c59d3e3bae9aa64bbda4a473f9ac80bb6d (patch) | |
tree | c3db8379c9c4b29c35da9788c59b374ac43184f6 /cpp/src/Slice/JavaUtil.h | |
parent | Fixed ICE-7568 - namespace not correctly escape in C++ (diff) | |
download | ice-8e6725c59d3e3bae9aa64bbda4a473f9ac80bb6d.tar.bz2 ice-8e6725c59d3e3bae9aa64bbda4a473f9ac80bb6d.tar.xz ice-8e6725c59d3e3bae9aa64bbda4a473f9ac80bb6d.zip |
Improved readValue/readProxy methods and streaming helpers
Diffstat (limited to 'cpp/src/Slice/JavaUtil.h')
-rw-r--r-- | cpp/src/Slice/JavaUtil.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/Slice/JavaUtil.h b/cpp/src/Slice/JavaUtil.h index fcc77d30f63..776c8169321 100644 --- a/cpp/src/Slice/JavaUtil.h +++ b/cpp/src/Slice/JavaUtil.h @@ -334,6 +334,9 @@ protected: OptionalMember }; + std::string getWriteFunction(const std::string&, const TypePtr&); + std::string getReadFunction(const std::string&, const TypePtr&); + void writeMarshalUnmarshalCode(::IceUtilInternal::Output&, const std::string&, const TypePtr&, OptionalMode, bool, int, const std::string&, bool, int&, const std::string& = "", const StringList& = StringList(), const std::string& = ""); |