Quick Links:

bal | bbl | bdl | bsl

Classes | Namespaces | Functions

bdljsn_location.h File Reference

Provide a value-semantic type for location in a JSON document. More...

Go to the source code of this file.

Classes

class  bdljsn::Location

Namespaces

namespace  bdljsn

Functions

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

Detailed Description