json11::JsonInt::JsonInt |
( |
int |
value | ) |
|
|
inlineexplicit |
Value(const int &value)
Definition: json11.cpp:153
double json11::JsonInt::number_value |
( |
| ) |
const |
|
inlineoverrideprivatevirtual |
int json11::JsonInt::int_value |
( |
| ) |
const |
|
inlineoverrideprivatevirtual |
|
inlineoverrideprivatevirtual |
Implements json11::JsonValue.
185 {
return m_value == other->number_value(); }
const int m_value
Definition: json11.cpp:169
|
inlineoverrideprivatevirtual |
Implements json11::JsonValue.
186 {
return m_value < other->number_value(); }
const int m_value
Definition: json11.cpp:169
The documentation for this class was generated from the following file: