mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-03 03:57:49 +00:00
Fix JSON parsing of large unsigned 64-bit integers
This commit is contained in:
@@ -108,11 +108,17 @@ public:
|
||||
#if defined(POCO_HAVE_INT64)
|
||||
virtual Int64 asInteger64() const;
|
||||
/// Returns a 64-bit integer representation of the token.
|
||||
|
||||
virtual UInt64 asUnsignedInteger64() const;
|
||||
/// Returns an unsigned 64-bit integer representation of the token.
|
||||
#endif
|
||||
|
||||
virtual int asInteger() const;
|
||||
/// Returns an integer representation of the token.
|
||||
|
||||
|
||||
virtual unsigned asUnsignedInteger() const;
|
||||
/// Returns an unsigned integer representation of the token.
|
||||
|
||||
virtual double asFloat() const;
|
||||
/// Returns a floating-point representation of the token.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user