Quick Links:

bal | bbl | bdl | bsl

Classes | Namespaces | Functions

bdljsn_jsonnull.h File Reference

Provide a type that represents the JSON null value. More...

Go to the source code of this file.

Classes

class  bdljsn::JsonNull

Namespaces

namespace  bdljsn

Functions

bool bdljsn::operator== (const JsonNull &lhs, const JsonNull &rhs)
bool bdljsn::operator!= (const JsonNull &lhs, const JsonNull &rhs)
bsl::ostream & bdljsn::operator<< (bsl::ostream &stream, const JsonNull &object)
template<class HASHALG >
void bdljsn::hashAppend (HASHALG &hashAlgorithm, const JsonNull &object)
void bdljsn::swap (JsonNull &a, JsonNull &b)

Detailed Description