Quick Links:

bal | bbl | bdl | bsl

Classes | Namespaces | Functions

bdld_datumerror.h File Reference

Provide a type for an error code with an optional error message. More...

Go to the source code of this file.

Classes

class  bdld::DatumError

Namespaces

namespace  bdld

Functions

bool bdld::operator== (const DatumError &lhs, const DatumError &rhs)
bool bdld::operator!= (const DatumError &lhs, const DatumError &rhs)
bool bdld::operator< (const DatumError &lhs, const DatumError &rhs)
bool bdld::operator<= (const DatumError &lhs, const DatumError &rhs)
bool bdld::operator> (const DatumError &lhs, const DatumError &rhs)
bool bdld::operator>= (const DatumError &lhs, const DatumError &rhs)
bsl::ostream & bdld::operator<< (bsl::ostream &stream, const DatumError &rhs)

Detailed Description