10Duke Enterprise C++ SDK
Toggle main menu visibility
Loading...
Searching...
No Matches
JSONBoolean.h
1
#ifndef TENDUKE_JSON_JSONBOOLEAN_H
2
#define TENDUKE_JSON_JSONBOOLEAN_H
3
4
#include "./JSONElement.h"
5
6
namespace
tenduke
{
namespace
json
{
7
11
class
JSONBoolean
:
public
virtual
JSONElement
12
{
13
public
:
14
~JSONBoolean
()
override
=
default
;
15
20
virtual
bool
getValue
()
const
= 0;
21
};
22
23
}}
24
25
#endif
// TENDUKE_JSON_JSONBOOLEAN_H
tenduke::json::JSONBoolean
JSON boolean.
Definition
JSONBoolean.h:12
tenduke::json::JSONBoolean::getValue
virtual bool getValue() const =0
Returns the value.
tenduke::json::JSONElement
Superclass of JSON elements.
Definition
JSONElement.h:12
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
JSONBoolean.h
Generated by
1.17.0