libcommonc++
0.7
|
#include <commonc++/Common.h++>
#include <commonc++/AtomicCounter.h++>
#include <commonc++/OutOfBoundsException.h++>
#include <sstream>
Go to the source code of this file.
Classes | |
class | Blob |
A reference-counting, copy-on-write, threadsafe container for arbitrary binary data. More... | |
Namespaces | |
ccxx | |
Functions | |
bool | operator== (const Blob &b1, const Blob &b2) |
bool | operator!= (const Blob &b1, const Blob &b2) |
bool | operator< (const Blob &b1, const Blob &b2) |
bool | operator> (const Blob &b1, const Blob &b2) |
bool | operator<= (const Blob &b1, const Blob &b2) |
bool | operator>= (const Blob &b1, const Blob &b2) |
std::ostream & | operator<< (std::ostream &stream, const Blob &b) |