dxjson 1.0
JSON library for C++
Loading...
Searching...
No Matches
Public Member Functions | List of all members
dx::Null Class Reference
Inheritance diagram for dx::Null:
dx::Value

Public Member Functions

void write (std::ostream &out) const
 
JSONValue type () const
 
ValuereturnMyNewCopy () const
 
void read (std::istream &in)
 
bool isEqual (const Value *other) const
 
bool operator== (const Null &other) const
 
bool operator!= (const Null &other) const
 

Detailed Description

Definition at line 746 of file dxjson.h.

Member Function Documentation

◆ isEqual()

bool Null::isEqual ( const Value other) const
virtual

Implements dx::Value.

Definition at line 865 of file dxjson.cpp.

◆ operator!=()

bool dx::Null::operator!= ( const Null other) const
inline

Definition at line 754 of file dxjson.h.

◆ operator==()

bool dx::Null::operator== ( const Null other) const
inline

Definition at line 753 of file dxjson.h.

◆ read()

void Null::read ( std::istream &  in)
virtual

Implements dx::Value.

Definition at line 726 of file dxjson.cpp.

◆ returnMyNewCopy()

Value * dx::Null::returnMyNewCopy ( ) const
inlinevirtual

Implements dx::Value.

Definition at line 750 of file dxjson.h.

◆ type()

JSONValue dx::Null::type ( ) const
inlinevirtual

Implements dx::Value.

Definition at line 749 of file dxjson.h.

◆ write()

void dx::Null::write ( std::ostream &  out) const
inlinevirtual

Implements dx::Value.

Definition at line 748 of file dxjson.h.


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