From fd34ebda2f2d2858b5f0fe96feae53ae6a2c268f Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 30 Nov 2018 09:26:05 +0100 Subject: XDR: Add float and double support --- include/object/xdrinput.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/object/xdrinput.h') diff --git a/include/object/xdrinput.h b/include/object/xdrinput.h index f869a13..7b8ac40 100644 --- a/include/object/xdrinput.h +++ b/include/object/xdrinput.h @@ -15,6 +15,8 @@ class XDRInput { int32_t get_int32(); uint64_t get_uint64(); int64_t get_int64(); + float get_float(); + double get_double(); uint32_t get_opaque_length(); char* get_opaque(uint32_t length); }; -- cgit v1.2.3