Quick Links:

bal | bbl | bdl | bsl

Classes | Namespaces | Functions

bdljsn_error.h File Reference

Provide a description of an error processing a document. More...

Go to the source code of this file.

Classes

class  bdljsn::Error

Namespaces

namespace  bdljsn

Functions

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

Detailed Description