Open Lighting Architecture  0.9.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
ola::web::JsonInt64 Class Reference

Detailed Description

A signed 64bit int value.

Inheritance diagram for ola::web::JsonInt64:
Inheritance graph
[legend]
Collaboration diagram for ola::web::JsonInt64:
Collaboration graph
[legend]

Public Member Functions

 JsonInt64 (int64_t value)
 Create a new JsonInt64.
bool operator== (const JsonValue &other) const
 Equality operator.
bool operator< (const JsonNumber &other) const
 Less than operator.
bool MultipleOf (const JsonNumber &other) const
 Checks if the remainder if non-0;.
void Accept (JsonValueVisitorInterface *visitor)
 The Accept method for the visitor pattern.
void Accept (JsonValueConstVisitorInterface *visitor) const
 The Accept (const) method for the visitor pattern.
JsonValueClone () const
 Make a copy of this JsonValue.
int64_t Value () const
 Return the int64_t value.
- Public Member Functions inherited from ola::web::JsonNumber
bool operator<= (const JsonNumber &other) const
 Less than or equals operator.
bool operator> (const JsonNumber &other) const
 Greater than operator.
bool operator>= (const JsonNumber &other) const
 Greater than or equals operator.

Constructor & Destructor Documentation

ola::web::JsonInt64::JsonInt64 ( int64_t  value)
inlineexplicit

Create a new JsonInt64.

Parameters
valuethe int 64 to use.

Member Function Documentation

void ola::web::JsonInt64::Accept ( JsonValueVisitorInterface visitor)
inlinevirtual

The Accept method for the visitor pattern.

This can be used to traverse the Json Tree in a type-safe manner.

Implements ola::web::JsonValue.

void ola::web::JsonInt64::Accept ( JsonValueConstVisitorInterface visitor) const
inlinevirtual

The Accept (const) method for the visitor pattern.

This can be used to traverse the Json Tree in a type-safe manner.

Implements ola::web::JsonValue.

bool ola::web::JsonInt64::operator== ( const JsonValue other) const
inlinevirtual

Equality operator.

This implements equality as defined in section 3.6 of the JSON Schema Core document.

Implements ola::web::JsonValue.


The documentation for this class was generated from the following files: