Quick Links:

bal | bbl | bdl | bsl

Classes | Namespaces | Functions

ball_managedattribute.h File Reference

Provide a wrapper for ball::Attribute with managed name storage. More...

Go to the source code of this file.

Classes

class  ball::ManagedAttribute

Namespaces

namespace  ball

Functions

bool ball::operator== (const ManagedAttribute &lhs, const ManagedAttribute &rhs)
bool ball::operator== (const ManagedAttribute &lhs, const Attribute &rhs)
bool ball::operator== (const Attribute &lhs, const ManagedAttribute &rhs)
bool ball::operator!= (const ManagedAttribute &lhs, const ManagedAttribute &rhs)
bool ball::operator!= (const ManagedAttribute &lhs, const Attribute &rhs)
bool ball::operator!= (const Attribute &lhs, const ManagedAttribute &rhs)
bsl::ostream & ball::operator<< (bsl::ostream &output, const ManagedAttribute &attribute)

Detailed Description