JsonBool Class
Definition
Line
53
of
System.Json/Json.cm
Inheritance
Constructors & Destructor
public
nothrow
JsonBool
()
public
explicit
nothrow
JsonBool
(
bool
value_)
Member Functions
public
inline
nothrow
void
SetValue
(
bool
value_)
public
override
String
<
char
>
ToString
()
const
public
inline
nothrow
bool
Value
()
const
Member Variables
private
bool
value
Constructor& Destructor Details
JsonBool Constructor
public
nothrow
JsonBool()
Definition
Line
55
of
System.Json/Json.cm
JsonBool Constructor
public
explicit
nothrow
JsonBool(
bool
value_)
Definition
Line
58
of
System.Json/Json.cm
Member Function Details
SetValue Member Function
public
inline
nothrow
void
SetValue(
bool
value_)
Definition
Line
69
of
System.Json/Json.cm
ToString Member Function
public
override
String
<
char
> ToString()
Definition
Line
61
of
System.Json/Json.cm
Value Member Function
public
inline
nothrow
bool
Value()
Definition
Line
65
of
System.Json/Json.cm