Quick Links:

bal | bbl | bdl | bsl

Classes | Namespaces | Functions

balst_stacktrace.h File Reference

Provide a description of a function-call stack. More...

Go to the source code of this file.

Classes

class  balst::StackTrace

Namespaces

namespace  balst

Functions

bool balst::operator== (const StackTrace &lhs, const StackTrace &rhs)
bool balst::operator!= (const StackTrace &lhs, const StackTrace &rhs)
bsl::ostream & balst::operator<< (bsl::ostream &stream, const StackTrace &object)
void balst::swap (StackTrace &a, StackTrace &b)

Detailed Description