10Duke Enterprise C++ SDK
Toggle main menu visibility
Loading...
Searching...
No Matches
JSONNumber.h
1
#ifndef TENDUKE_JSON_JSONNUMBER_H
2
#define TENDUKE_JSON_JSONNUMBER_H
3
4
#include "./JSONElement.h"
5
6
namespace
tenduke
{
namespace
json
{
7
11
class
JSONNumber
:
virtual
public
JSONElement
12
{
13
public
:
14
~JSONNumber
()
override
=
default
;
15
20
virtual
double
getValue
()
const
= 0;
21
};
22
23
}}
24
25
#endif
// TENDUKE_JSON_JSONNUMBER_H
tenduke::json::JSONElement
Superclass of JSON elements.
Definition
JSONElement.h:12
tenduke::json::JSONNumber
Represents JSON number.
Definition
JSONNumber.h:12
tenduke::json::JSONNumber::getValue
virtual double getValue() const =0
Returns the value.
tenduke::json
JSON support.
Definition
JSONArray.h:10
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
APIRequest.h:4
core
core
src
json
JSONNumber.h
Generated by
1.17.0