Quick Links:

bal | bbl | bdl | bsl

Classes | Namespaces | Functions

bdljsn_jsonnumber.h File Reference

Provide a value-semantic type representing a JSON number. More...

Go to the source code of this file.

Classes

class  bdljsn::JsonNumber

Namespaces

namespace  bdljsn

Functions

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

Detailed Description